✨ 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}/progress{
"campaign_id": 123,
"state": "<string>",
"total_rows": 123,
"processed_rows": 123,
"failed_calls": 123,
"progress_percentage": 123,
"source_sync": {},
"rate_limit": 123,
"started_at": "2023-11-07T05:31:56Z",
"completed_at": "2023-11-07T05:31:56Z"
}Get the current progress of a campaign
curl --request GET \
--url https://app.asisso.com/api/v1/campaign/{campaign_id}/progress{
"campaign_id": 123,
"state": "<string>",
"total_rows": 123,
"processed_rows": 123,
"failed_calls": 123,
"progress_percentage": 123,
"source_sync": {},
"rate_limit": 123,
"started_at": "2023-11-07T05:31:56Z",
"completed_at": "2023-11-07T05:31:56Z"
}Returns a real-time snapshot of how many contacts have been processed.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.
| Field | Description |
|---|---|
total | Total number of contacts in the campaign |
processed | Contacts that have been attempted at least once |
completed | Contacts with a successful call outcome |
failed | Contacts that exhausted all retry attempts without success |
pending | Contacts not yet attempted |
completion_percentage | processed / total × 100 |
Successful Response