Skip to main content
GET
List campaign leads

Authorizations

Authorization
string
header
required

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

Path Parameters

cid
string<uuid>
required
Example:

"a7d4e2f1-08b3-4c65-9e7a-1b2c3d4e5f60"

Query Parameters

cursor
string

Opaque cursor from a previous response’s meta.nextCursor. Omit for the first page. Results are ordered newest-first and stable under concurrent changes.

Example:

"eyJ0cyI6IjIwMjYtMDctMDJUMDA6MDA6MDAuMDAwWiIsImlkIjoiM2YxYzJiN2UtOWE0ZC00ZTE4LWIyYzEtNmQ4ZjVhMGU3YzkzIn0"

limit
number
default:50
Required range: 1 <= x <= 250
Example:

50

Match on email / first name / last name / company.

Example:

"acme"

status
enum<string>

Filter by lead status.

Available options:
not_contacted,
scheduled,
email_sent,
failed,
skipped,
lead_replied_interested,
lead_replied_meeting_request,
lead_replied_out_of_office,
lead_replied_bounce,
lead_replied_wrong_person,
lead_replied_not_interested,
lead_replied_unsubscribed,
lead_replied_uncategorized,
lead_converted,
lead_lost,
blacklisted
tags
string[]

Has ANY of these tags. Repeat the param (?tags=a&tags=b) or pass a single value.

Example:

Response

data
object[]
required
meta
object
required