Skip to main content
GET
Returns a list of contacts for your team, with support for filtering by status, campaign, and search query. Results are paginated.

Query Parameters

number
default:"1"
Page number for pagination.
number
default:"25"
Number of contacts to return per page.
string
Filter contacts by status (e.g., active, fulfilled, paused). Use List Statuses to retrieve all valid values for your team.
string (UUID)
Filter by campaign ID. Accepts comma-separated values to filter by multiple campaigns at once (e.g., uuid1,uuid2).
Search contacts by name or phone number. Use with searchBy to narrow the field.
string
Restrict the search parameter to a specific field. Accepted values: name, phone. If omitted, both fields are searched.
string
default:"createdAt"
Field to sort results by. Accepted values: createdAt, fulfilledAt, reAddedAt.
string
default:"desc"
Sort direction. Accepted values: asc, desc.

Response

array
Array of contact objects.
object