cURL
curl --request GET \ --url https://api.vogent.ai/api/batch_dial_jobs/{id}/queue \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "toNumber": "<string>", "batchDialJobId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "inputs": {} } ], "cursor": "<string>" }
Lists all rows that are queued as part of the batch job.
In the form Bearer <api_key_here>. You can find your api key in your dashboard.
Bearer <api_key_here>
ID of the batch dial job.
The number of specs to return.
The cursor for pagination.
Successful operation
Show child attributes