Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

status
enum<string>

Only return call tasks with this status.

Available options:
scheduled,
calling,
processing,
completed,
canceled,
failed
ext_id
string

Only return the call task with this ext_id.

limit
integer
default:50

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.

Required range: 1 <= x <= 200
cursor
string | null

Pagination cursor returned as next_cursor in a previous response. Omit on the first request.

Response

List of call tasks

data
object