---
title: "Fetch Outbound Communication Batch Results"
method: GET
path: "/api/v1/outbound/batches/{batch_id}/results"
tags: ["outbound.batches"]
---

# Fetch Outbound Communication Batch Results

`GET /api/v1/outbound/batches/{batch_id}/results`

## Path parameters

- `batch_id` string, required

## Query parameters

- `reference_id` string, nullable
- `status` string, nullable
- `insights_status` string, nullable

## Response `200`

Successful Response

- CommunicationRequestResult[]
  - `reference_id` string, required — ID for target outreach (unique within batch)
  - `target` string, required — Target phone number
  - `request_variables` object, required — Variables for request
  - `channel_manager_sid` string, nullable — Channel manager SID
  - `created_at` string, date-time — Timestamp of request creation
  - `sent_at` string, date-time, nullable — Timestamp at which request was sent
  - `attempt_count` integer — Number of attempts for request
  - `session_id` integer, nullable — Unique ID for call session
  - `conversation_id` integer, nullable — Unique ID for conversation
  - `request_status` 'PENDING' | 'DUPLICATE' | 'INITIATED' | 'CONNECTED' | 'COMPLETED' | 'FAILED' | 'CANCELED' | 'INVALID' | 'SKIPPED' — Status of a communication request.
  - `channel_manager_status` string, nullable — Status of request in channel manager (see ChannelManagerStatus)
  - `insights_status` string, nullable — Status of session in insight workflow
  - `insights` object, nullable — Insights from call
  - `line_type` string, nullable — Line type of the target number from Twilio Lookup (e.g. 'mobile', 'landline', 'voip'); resolved at ingestion.
  - `enrichment` object, nullable — 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.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/asksyllable/apis/syllablesdk.md) · [All operations](https://skmtc.net/asksyllable/apis/syllablesdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/asksyllable/syllablesdk/versions/ac3228f980bb/schema)
