v1

latestOpenAPI 3.0.32026-08-0425108247.7 KB
Messages

List thread replies

Returns replies for a thread root message.

get/conversation-messages/{messageId}/replies

Path parameters

messageIdstring required

Thread root message identifier.

Thread root message identifier.

Query parameters

limitinteger

Maximum number of records to return.

Maximum number of records to return.

afterstring

Cursor or ISO timestamp after which results should be returned.

Cursor or ISO timestamp after which results should be returned.

Response

Thread replies.

conversation_idstring required

Conversation identifier.

conversation_namestring nullable required

Conversation name.

thread_root_idstring required

Thread root message identifier.

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"
      }
    ],
    "thread_root_id": "01jzn7e61x3a7v9h2r7t2m3q4p"
  },
  "items": [
    {
      "authorWorkspaceMembershipId": "01jzn7e61x3a7v9h2r7t2m3q4p",
      "author_id": "01jzn7e61x3a7v9h2r7t2m3q4p",
      "conversation_id": "01jzn7e61x3a7v9h2r7t2m3q4p",
      "created_at": "2026-05-14T08:00:00.000Z",
      "id": "01jzn7e61x3a7v9h2r7t2m3q4p"
    }
  ],
  "thread_root_id": "01jzn7e61x3a7v9h2r7t2m3q4p"
}