List account
Requires one of the following scopes: accounts:read, accounts:all, all:read, all:all
Documentation Index
Fetch the complete documentation index at: https://developer.instantly.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.
"019e3bd1-b4ae-7bfb-a47f-33b9699cc37c, 019e3bd1-b4ae-7bfb-a47f-33ba604979ef"
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.
"019e3bd1-b4ae-7bfb-a47f-33bb53d1b5ef, 019e3bd1-b4ae-7bfb-a47f-33bcaa408608"
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"