Error
List saved lists
List Pharen Hub saved lists the API key can read, with team, search, ordering, and pagination filters to discover list UUIDs before reading rows.
GET
Error
Returns saved lists the key creator can access. Use this endpoint before reading list rows, fields, views, or linked automation data.
Required API key scope:
lists:read.Query parameters
Team UUID. Required for team-scoped keys and useful when you want to list one team’s data.
Sort expression. Supported fields include
created_at, updated_at, name, field_count, and row_count. Prefix with - for descending order.Page number for paginated responses.
Number of lists per page.
Response
Total number of matching lists.
URL for the next page, if one exists.
URL for the previous page, if one exists.
List records visible to the key.
Authorizations
Paste your Pharen API key without the Bearer prefix.
Query Parameters
Team UUID for team-scoped keys.
Page number for paginated results.
Required range:
x >= 1Number of results per page.
Required range:
1 <= x <= 100