latestOpenAPI 3.0.32026-08-23410223.0 KB

c93447ba6b9d

messaging

List messages

Lists the current user's messages from their connected social accounts, ordered by creation time (most recent first). Supports cursor-based pagination and filtering by platform and conversation.

get/v2/messages

Query parameters

limitinteger

Maximum number of messages to return. Defaults to 50.

cursorstring

Opaque cursor returned by a previous call. Pass it to fetch the next page.

conversationIdstring

Filter to messages within a single conversation.

platformstring[]

Filter messages by platform. Pass multiple values to include any of them.

accountIdstring

Filter to messages belonging to a single connected account.

Response

Default Response

cursorstring

Cursor for the next page. Absent when there are no more messages.