Export campaign call logs

View as Markdown

Returns one row per call attempt in the campaign (timestamp, contact, agent, outcome, duration, cost, recording URL, transcript URL). Use this for a flat call-level audit trail of a campaign. The response streams as CSV.

Authentication

AuthorizationBearer

API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.

Path parameters

idstringRequiredformat: "^[a-f\d]{24}$"
The campaign ID.

Response

CSV export streamed successfully. One row per call attempt. The exact column set matches what your dashboard’s campaign export produces for this campaign; check a live export against your own campaign to confirm the column list.

Errors

400
Bad Request Error