Skip to main content
GET
List contacts

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,
materialized,
completed,
failed,
discarded
limit
integer
default:50
Required range: 1 <= x <= 100
cursor
string

Pass next_cursor from the previous response.

Response

Page of contacts, newest first.

data
object[]
next_cursor
string | null