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.