Skip to main content
GET
List a campaign's callback requests

Authorizations

Authorization
string
header
required

Project API key (sk_api_…).

Path Parameters

campaignId
string<uuid>
required

Query Parameters

limit
integer
default:50

Rows per page. Larger values are clamped to 100.

Required range: x >= 1
cursor
string

The nextCursor returned by the previous page.

Response

One page of callback requests, soonest first — by callbackAfter where the contact named a time, createdAt otherwise.

callbacks
object[]
nextCursor
string

Pass back as cursor for the next page. Only its absence marks the last page; a short page does not.