cURL
curl --request GET \ --url https://api.vogent.ai/api/batch_dial_jobs \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "maxConcurrentDials": 123, "name": "<string>", "status": "INIT", "callAgentId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "fromPhoneNumberIds": [ "<string>" ], "schedule": { "days": [ { "dayOfWeek": 123, "timeSlots": [ { "startTime": "<string>", "endTime": "<string>" } ] } ], "timezone": "<string>" } } ], "cursor": "<string>" }
Lists batch dial jobs for the workspace.
In the form Bearer <api_key_here>. You can find your api key in your dashboard.
Bearer <api_key_here>
The number of jobs to return.
The cursor for pagination.
INIT
ACTIVE
PAUSED
COMPLETE
CANCELLED
Successful operation
Show child attributes