List Messages For Batch

Get response messages for a specific batch job.

Authentication

AuthorizationBearer

Header authentication of the form Bearer <token>

Path parameters

batch_idstringRequired

Query parameters

beforestring or nullOptional
Message ID cursor for pagination. Returns messages that come before this message ID in the specified sort order
afterstring or nullOptional
Message ID cursor for pagination. Returns messages that come after this message ID in the specified sort order
limitinteger or nullOptionalDefaults to 100
Maximum number of messages to return
orderenumOptionalDefaults to desc
Sort order for messages by creation time. 'asc' for oldest first, 'desc' for newest first
Allowed values:
order_by"created_at"Optional
Field to sort by
agent_idstring or nullOptional
Filter messages by agent ID

Response

Successful Response
messageslist of objects

Errors