List Account Ids
Retrieve Accounts
List Account Ids
List account IDs matching either inline filters or a saved view.
Provide ONE of:
filters- V2 field names, discoverable viaGET /api/v2/account/filters, orview_id- a view ID fromGET /api/v1/views; the view’s stored filters are applied instead.
page, page_size, sort_key (insights_count, signal_count, latest_signal_date, employee_count, created_at), and sort_direction apply in both modes.
Returns 404/403 when view_id does not exist or belongs to another user, and 422 when both filters and view_id are provided.
POST
List Account Ids
Headers
Body
application/json
Filters using V2 field names (matching /filters endpoint output). Mutually exclusive with view_id.
Saved view ID - applies the view's stored filters instead of inline filters. Mutually exclusive with filters.
Required range:
x >= 0Required range:
1 <= x <= 500