List Messages For Batch
Get response messages for a specific batch job.
Authentication
AuthorizationBearer
Header authentication of the form Bearer <token>
Path parameters
batch_id
Query parameters
before
Message ID cursor for pagination. Returns messages that come before this message ID in the specified sort order
after
Message ID cursor for pagination. Returns messages that come after this message ID in the specified sort order
limit
Maximum number of messages to return
order
Sort order for messages by creation time. 'asc' for oldest first, 'desc' for newest first
Allowed values:
order_by
Field to sort by
agent_id
Filter messages by agent ID
Response
Successful Response
messages