curl --request GET \
--url https://api.vogent.ai/api/batch_dial_jobs/{id}/dials \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"toNumber": "<string>",
"recordings": [
{
"url": "<string>"
}
],
"transcript": [
{
"text": "<string>",
"speaker": "<string>",
"detailType": "<string>",
"functionCallId": "<string>",
"startTimeMs": 123,
"endTimeMs": 123,
"functionCalls": [
{
"name": "<string>",
"args": "<string>",
"functionCallId": "<string>"
}
]
}
],
"durationSeconds": 123,
"aiDurationSeconds": 123,
"aiResult": {},
"inputs": {},
"status": "<string>",
"dialTaskId": "<string>",
"fromNumberId": "<string>",
"startedAt": "2023-11-07T05:31:56Z",
"endedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"systemResultType": "BUSY",
"voiceId": "<string>",
"versionedPromptId": "<string>"
}
],
"cursor": "<string>"
}Lists completed dials that are associated with the batch job.
curl --request GET \
--url https://api.vogent.ai/api/batch_dial_jobs/{id}/dials \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"toNumber": "<string>",
"recordings": [
{
"url": "<string>"
}
],
"transcript": [
{
"text": "<string>",
"speaker": "<string>",
"detailType": "<string>",
"functionCallId": "<string>",
"startTimeMs": 123,
"endTimeMs": 123,
"functionCalls": [
{
"name": "<string>",
"args": "<string>",
"functionCallId": "<string>"
}
]
}
],
"durationSeconds": 123,
"aiDurationSeconds": 123,
"aiResult": {},
"inputs": {},
"status": "<string>",
"dialTaskId": "<string>",
"fromNumberId": "<string>",
"startedAt": "2023-11-07T05:31:56Z",
"endedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"systemResultType": "BUSY",
"voiceId": "<string>",
"versionedPromptId": "<string>"
}
],
"cursor": "<string>"
}In the form Bearer <api_key_here>. You can find your api key in your dashboard.
ID of the batch dial job.