✨ Asisso is live — Build production voice AI agents with our drag-and-drop workflow builder. Get started → · SDKs →
curl --request GET \
--url https://app.asisso.com/api/v1/campaign/{campaign_id}/runs{
"runs": [
{}
],
"total_count": 123,
"page": 123,
"limit": 123,
"total_pages": 123
}Retrieve individual call records for each contact in a campaign
curl --request GET \
--url https://app.asisso.com/api/v1/campaign/{campaign_id}/runs{
"runs": [
{}
],
"total_count": 123,
"page": 123,
"limit": 123,
"total_pages": 123
}Returns the individual call records for each contact in the campaign. Each record includes the same fields as a workflow run, including call status, duration, transcript, and recording URL.Documentation Index
Fetch the complete documentation index at: https://docs.asisso.com/llms.txt
Use this file to discover all available pages before exploring further.
JSON-encoded filter criteria
Field to sort by (e.g., 'duration', 'created_at')
Sort order ('asc' or 'desc')