Skip to main content
POST
Get many conversation items
Required scope: CONVERSATIONS_READ

Limits

  • Maximum 100 items per batch request
  • Exceeding this returns a 400 error with code BATCH_TOO_LARGE

Item ID format

  • Call IDs start with cll- (e.g., cll-abc123)
  • Message IDs start with msg- (e.g., msg-def456)
Items that don’t exist are silently omitted from the response.

Field notes

Extend parameter

Passing an unsupported value returns a 400 error with code UNSUPPORTED_EXTEND_VALUE.

Authorizations

Authorization
string
header
required

Body

application/json
ids
string[]
required

Array of conversation item IDs (max 100)

Maximum array length: 100

Response

Conversation items

data
object[]