cURL
Campaigns
List Campaign Calls
Returns a paginated list of calls for a specific campaign
GET
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.altur.io/llms.txt
Use this file to discover all available pages before exploring further.
Rate Limit: 12 requests per second
Authorizations
Add api-key YOUR_API_SECRET_KEY as the value of the Authorization header.
Path Parameters
The identifier of the Campaign to return the Calls
Query Parameters
Filters the Campaign Calls by the status of the Call
Available options:
ended, failed, busy, no-answer, in-progress Filters the Campaign Calls by who answered the call
Available options:
human, machine, unknown Filter calls created after this date in ISO 8601 format
Filter calls created before this date in ISO 8601 format
Number of items per page to return.
Required range:
1 <= x <= 100Page number to return (0-based).
Required range:
0 <= x <= 25000