Skip to main content
GET
List a campaign's calls

Authorizations

Authorization
string
header
required

Project API key (sk_api_…).

Path Parameters

campaignId
string<uuid>
required

Query Parameters

limit
integer

Rows per page. No maximum, though response size caps every page whether you set this or not.

Required range: x >= 1
cursor
string

The previous page's nextCursor, verbatim.

include_summary
boolean
default:false

Adds each call's summary to its row, up to about 1 KB each. Must be exactly true or false, anything else is a 400. A row with no summary leaves the key out: a call that never connected, one not summarised yet, or one from before summaries.

Response

One page of the campaign's contacts and their latest call.

calls
object[]
nextCursor
string

Absent on the last page. Keep fetching while it is present — an intermediate page can come back empty without being the last.