List account
Requires one of the following scopes: accounts:read, accounts:all, all:read, all:all
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The number of items to return
1 <= x <= 10010
Pagination cursor from next_starting_after, in timestamp_created&email format. Legacy ISO date-time cursor is still supported.
"2026-01-01T00:00:00.000Z&jon@doe.com"
"gmail.com"
1, 2, 3, -1, -2, -3 1
1, 2, 3, 4, 8 2
Filter accounts by tag ids. Returns accounts that have any of the specified tags assigned. You can specify multiple tag ids by separating them with a comma.
"019f985c-9224-7a09-a7b4-db79754c00ee, 019f985c-9224-7a09-a7b4-db7aa71678ef"
Filter accounts by tag ids with AND logic. Returns only accounts that have all of the specified tags assigned. You can specify multiple tag ids by separating them with a comma.
"019f985c-9224-7a09-a7b4-db7b8e018d79, 019f985c-9224-7a09-a7b4-db7ccbc62483"
Include tags in the response. If true, the response will include the tags assigned to each account.
true
The filter to apply to the accounts.
ACC_FILTER_PAUSED, ACC_FILTER_ERROR, ACC_FILTER_NO_CTD, ACC_FILTER_PW_ACCOUNTS, ACC_FILTER_DFY, ACC_FILTER_DFY_SETUP_PENDING, ACC_FILTER_W_ACTIVE, ACC_FILTER_W_PAUSED, ACC_FILTER_W_ERROR "ACC_FILTER_PAUSED"
Column to sort results by.
timestamp_created, email, stat_warmup_score, status "stat_warmup_score"
Sort direction. Defaults to desc when sort_by is provided.
asc, desc "desc"
Number of items to skip for offset-based pagination. Used with sort_by when cursor pagination is not available.
x >= 00