Conversations

Get Messages

Get paginated messages in a conversation. Messages are returned oldest first.

get/conversations/{id}/messages

Path parameters

idstring uuid required

Conversation ID

Query parameters

limitinteger

Number of items to return

offsetinteger

Number of items to skip

Response

List of messages

successboolean
request_idstring

Example response

{
  "success": true,
  "request_id": "req_abc123def456"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.