v1

latestOpenAPI 3.0.32026-08-0425108247.7 KB
Messages

List conversation messages

Returns messages in a conversation.

get/conversations/{conversationId}/messages

Path parameters

conversationIdstring required

Conversation identifier.

Conversation identifier.

Query parameters

limitinteger

Maximum number of records to return.

Maximum number of records to return.

beforestring

Cursor or ISO timestamp before which results should be returned.

Cursor or ISO timestamp before which results should be returned.

Response

Conversation messages.

conversation_idstring required

Conversation identifier.

conversation_namestring nullable required

Conversation name.

Example response

{
  "conversation_id": "01jzn7e61x3a7v9h2r7t2m3q4p",
  "data": {
    "conversation_id": "01jzn7e61x3a7v9h2r7t2m3q4p",
    "items": [
      {
        "authorWorkspaceMembershipId": "01jzn7e61x3a7v9h2r7t2m3q4p",
        "author_id": "01jzn7e61x3a7v9h2r7t2m3q4p",
        "conversation_id": "01jzn7e61x3a7v9h2r7t2m3q4p",
        "created_at": "2026-05-14T08:00:00.000Z",
        "id": "01jzn7e61x3a7v9h2r7t2m3q4p"
      }
    ]
  },
  "items": [
    {
      "authorWorkspaceMembershipId": "01jzn7e61x3a7v9h2r7t2m3q4p",
      "author_id": "01jzn7e61x3a7v9h2r7t2m3q4p",
      "conversation_id": "01jzn7e61x3a7v9h2r7t2m3q4p",
      "created_at": "2026-05-14T08:00:00.000Z",
      "id": "01jzn7e61x3a7v9h2r7t2m3q4p"
    }
  ]
}