Skip to main content
GET
List calls (cursor pagination)

Authorizations

Authorization
string
header
required

Your API key sent as a Bearer credential — Authorization: Bearer <api_key>, where <api_key> starts with oi_sk_ (create one via POST /v1/api-keys). Although the field is labelled 'token', paste your API key here. A dashboard JWT is also accepted on this header for the same endpoints.

Query Parameters

agent_id
string<uuid> | null
status
string | null
limit
integer
default:20
Required range: 1 <= x <= 100
cursor
string | null

Opaque next_cursor from a prior page

Response

Successful Response

items
CallResponse · object[]
required
next_cursor
string | null
required
has_more
boolean
required
limit
integer
required