List Call Tasks
Returns a list of call tasks, most recently scheduled first. Results are paginated using a cursor: pass the next_cursor returned by a previous response as the cursor query parameter to fetch the next page. When next_cursor is null, there are no more results.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Only return call tasks with this status.
scheduled, calling, processing, completed, canceled, failed Only return the call task with this ext_id.
Maximum number of call tasks to return in a single response. Defaults to 50. Must be between 1 and 200; values outside this range return a 400.
1 <= x <= 200Pagination cursor returned as next_cursor in a previous response. Omit on the first request.
Response
List of call tasks