curl --request GET \
--url https://api.vogent.ai/api/batch_dial_jobs
{
"data": [
{
"id": "<string>",
"maxConcurrentDials": 123,
"name": "<string>",
"status": "INIT",
"fromPhoneNumberIds": [
"<string>"
],
"schedule": {
"days": [
{
"dayOfWeek": 123,
"timeSlots": [
{
"startTime": "<string>",
"endTime": "<string>"
}
]
}
],
"timezone": "<string>"
},
"callAgentId": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
],
"cursor": "<string>"
}
Lists batch dial jobs for the workspace.
curl --request GET \
--url https://api.vogent.ai/api/batch_dial_jobs
{
"data": [
{
"id": "<string>",
"maxConcurrentDials": 123,
"name": "<string>",
"status": "INIT",
"fromPhoneNumberIds": [
"<string>"
],
"schedule": {
"days": [
{
"dayOfWeek": 123,
"timeSlots": [
{
"startTime": "<string>",
"endTime": "<string>"
}
]
}
],
"timezone": "<string>"
},
"callAgentId": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
],
"cursor": "<string>"
}
The number of jobs to return.
The cursor for pagination.
INIT
, ACTIVE
, PAUSED
, COMPLETE
, CANCELLED
Successful operation
The response is of type object
.