latestOpenAPI 3.0.2MIT2026-08-1745267541.8 KB

bdb3e0c48bf7

Conversation

List recent conversations

This operation lists conversations and their most recent message, ordered by when the most recent message was sent for that conversation.

get/v1/projects/{project_id}/conversations:recent

Path parameters

project_idstring required

The unique ID of the project. You can find this on the Sinch Dashboard.

Query parameters

app_idstring required

The application ID

only_activeboolean

True if only active conversations should be listed. Default is false.

page_sizeinteger

The maximum number of conversations to fetch. Defaults to 10 and the maximum value is 50.

page_tokenstring

Next page token previously returned if any. When specifying this token, make sure to use the same values for the other parameters from the request that originated the token, otherwise the paged results may be inconsistent.

order'ASC' | 'DESC'

Whether to sort conversations by newest message first or oldest. Default is DESC (newest first)

Response

A successful response.

next_page_tokenstring

Token that should be included in the next request to fetch the next page.

total_sizeinteger