Skip to main content
GET
List contacts (legacy — no identity)

Authorizations

Authorization
string
header
required

OptimalDial API key, prefixed od_live_, sent as Authorization: Bearer .... Mint keys in the in-app developer panel; they are scoped to a single organization.

Query Parameters

status
enum<string>
Available options:
queued,
processing,
completed,
failed,
discarded
limit
integer
default:50
Required range: 1 <= x <= 100
cursor
string

Response

Cursor-paginated list, newest first.

data
object[]
required
next_cursor
string | null