Skip to main content
GET
List Batch Jobs

Authorizations

Authorization
string
header
required

In the form Bearer <api_key_here>. You can find your api key in your dashboard.

Query Parameters

limit
integer

The number of jobs to return.

cursor
string

The cursor for pagination.

status
enum<string>
Available options:
INIT,
ACTIVE,
PAUSED,
COMPLETE,
CANCELLED
callAgentId
string
userId
string

Response

Successful operation

data
object[]
required
cursor
string | null
required