List contacts
Authentication required. Intended for customer-facing agency administrators and project users. Results and actions are tenant-scoped to projects visible to the caller.
Returns unique contacts with pagination, scheduled follow-up state, and most recent outcome.
Required API key scope: contacts:read.
Authorizations
Send your API key as Authorization: Bearer YOUR_API_KEY.
Query Parameters
Restrict results to one project visible to the caller.
Restrict results to one project by its stable location id. Preferred over projectName, which is not stable across renames.
Restrict results to the leads one campaign dialled. Resolved against call records, so the count matches the campaign figures on the dashboard. Only V2 activity carries campaign attribution.
Restrict results to the leads an entire master campaign dialled, across every linked project the caller can see. A master campaign is fanned out into one child campaign per project, each with its own id, so filtering by a single campaignId returns one project's share of it. Mutually exclusive with campaignId: the two are contradictory scopes rather than narrowing ones, and sending both is a 400.
Comma-separated project names for agency-level filtering.
Search by contact name, phone number, or contact id.
Inclusive UTC lower bound for contact creation time.
Inclusive UTC upper bound for contact creation time.
Outcome filter. Send it repeated (disposition=appointment&disposition=callBack) or comma-joined (appointment,callBack) to match several.
killSwitch, callBack, appointment, liveTransfer, failedTransfer, tagged How to treat contacts marked as your own test leads. all (the default) lists them alongside everything else with isInternal set on each row, only narrows to just those, exclude hides them. They are listed by default because hiding them would leave no way to find one and undo the mark.
all, only, exclude Page number, starting at 1.
x >= 1Contacts per page.
1 <= x <= 500Sort field.
leadName, phoneNumber, projectName, dateAdded, callCount Sort direction.
asc, desc 