Error
List saved lists
Fetch list metadata and saved list data available to the API key. Requires the lists:read scope.
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
string
Team UUID. Required for team-scoped keys and useful when you want to list one team’s data.
string
Sort expression. Supported fields include
created_at, updated_at, name, field_count, and row_count. Prefix with - for descending order.integer
Page number for paginated responses.
integer
Number of lists per page.
Response
integer
Total number of matching lists.
string
URL for the next page, if one exists.
string
URL for the previous page, if one exists.
array
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