Skip to main content
GET
Typescript (SDK)

Authorizations

Syllable-API-Key
string
header
required

Path Parameters

batch_id
string
required

Query Parameters

reference_id
string | null
status
string | null
insights_status
string | null

Response

Successful Response

reference_id
string
required

ID for target outreach (unique within batch)

Example:

"12345"

target
string
required

Target phone number

Examples:

"512-555-1234"

"+15125551234"

request_variables
Request Variables · object
required

Variables for request

channel_manager_sid
string | null

Channel manager SID

Example:

"LMc4b16a9df2ce33d84b3d30581fe6598c"

created_at
string<date-time>

Timestamp of request creation

Example:

"2026-07-29T00:00:00Z"

sent_at
string<date-time> | null

Timestamp at which request was sent

Example:

"2026-07-30T00:00:00Z"

attempt_count
integer
default:0

Number of attempts for request

Example:

0

session_id
integer | null

Unique ID for call session

Example:

1

conversation_id
integer | null

Unique ID for conversation

Example:

1

request_status
enum<string>
default:PENDING

Status of request

Available options:
PENDING,
DUPLICATE,
INITIATED,
CONNECTED,
COMPLETED,
FAILED,
CANCELED,
INVALID,
SKIPPED
Examples:

"PENDING"

"DUPLICATE"

"INITIATED"

"CONNECTED"

"COMPLETED"

"FAILED"

"CANCELED"

"INVALID"

"SKIPPED"

channel_manager_status
string | null

Status of request in channel manager (see ChannelManagerStatus)

Example:

"COMPLETED"

insights_status
string | null

Status of session in insight workflow

Example:

"PENDING"

insights
Insights · object | null

Insights from call

Example:
line_type
string | null

Line type of the target number from Twilio Lookup (e.g. 'mobile', 'landline', 'voip'); resolved at ingestion.

Example:

"mobile"

enrichment
Enrichment · object | null

Full Twilio Lookup v2 line_type_intelligence payload resolved at ingestion (line_type / carrier_name / mcc / mnc / error_code). None when no lookup was performed.

Example: