GET
/
api
/
v1
/
outbound
/
batches
/
{batch_id}
/
results
curl --request GET \
  --url https://api.syllable.cloud/api/v1/outbound/batches/{batch_id}/results \
  --header 'Syllable-API-Key: <api-key>'
[
  {
    "batch_id": "<string>",
    "reference_id": "<string>",
    "target": "<string>",
    "request_status": "PENDING",
    "request_variables": {},
    "call_manager_sid": "<string>",
    "sent_at": "<string>",
    "created_at": "<string>",
    "attempt_count": 0,
    "session_id": 123,
    "conversation_id": 123,
    "insights": {}
  }
]

Authorizations

Syllable-API-Key
string
header
required

Path Parameters

batch_id
string
required

Response

200
application/json
Successful Response
batch_id
string
required

Unique ID for conversation batch

reference_id
string
required

Unique ID for target call

target
string
required

Target phone number or email address

request_variables
object
required

Variables for request

request_status
enum<string>

Status of request

Available options:
PENDING,
QUEUEING,
INITIATED,
CONNECTED,
FAILED,
CANCELED
call_manager_sid
string | null

Call manager SID

sent_at
string | null

Timestamp of request sent

created_at
string

Timestamp of request creation

attempt_count
integer
default:0

Number of attempts for request

session_id
integer | null

Unique ID for call session

conversation_id
integer | null

Unique ID for conversation

insights
object | null

Insights from request