Skip to main content
POST
Search for Accounts
Search accounts — the companies saved in this Apollo workspace, as opposed to Apollo’s global database. Filter by name, owner, stage and custom fields; page with page and per_page. Returns accounts and pagination, plus breadcrumbs echoing the filters applied. ⚠️ This workspace is shared by every AIsa caller, so results include records other callers created. To search Apollo’s global company database instead, use post_apollo_mixed_companies_search.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
q_organization_name
string

Organization name query

account_stage_ids
string

Filter by account stage IDs

account_label_ids
string

Filter by account label IDs

sort_by_field
string

Sort field (e.g. account_last_activity_date, account_created_at, account_updated_at)

sort_ascending
boolean

Sort ascending

page
integer

Page number

per_page
integer

Items per page

Response

Successful response

breadcrumbs
object[]

Response array

partial_results_only
boolean

Response field

has_join
boolean

Response field

disable_eu_prospecting
boolean

Response field

partial_results_limit
integer

Response field

pagination
object

Pagination metadata

accounts
object[]

Response array

num_fetch_result
object | null

Fetch-result metadata