v1

latestOpenAPI 3.1.02026-07-24172151607.6 KB
Chat

Retrieve Channel messages

This endpoint retrieves messages for a specified Channel.

get/api/v3/workspaces/{workspace_id}/chat/channels/{channel_id}/messages

Path parameters

workspace_idinteger required

The ID of the Workspace.

channel_idstring required

The ID of the Channel where the messages live.

Query parameters

cursorstring

The cursor to use to fetch the next page of results.

limitinteger

The maximum number of results to fetch for this page.

content_format'text/md' | 'text/plain'

Format of the message content (Default: text/md).

Response

next_cursorstring required

The next cursor to use for pagination.