cURL
curl --request GET \ --url https://api.vogent.ai/api/batch_dial_jobs/{id}/queue
{ "data": [ { "id": "<string>", "inputs": {}, "toNumber": "<string>", "batchDialJobId": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ], "cursor": "<string>" }
Lists all rows that are queued as part of the batch job.
ID of the batch dial job.
The number of specs to return.
The cursor for pagination.
Successful operation
The response is of type object.
object