I'm looking for a way to collect all custom lists. While I can do so individually for every Custom List with `phantom.get_list()` I still need to have their names to make use of this function. So, is there a way to get all Custom Lists names, or Custom Lists' contents? As a workaround I tried making request to "/rest/decided_list", but it doesn't return everything that is accessible through phantom itself.
... View more