Get Conversations
Get conversations for a user with pagination support.
Returns an envelope {conversations, next_cursor, has_more} when a cursor is supplied; for backwards compatibility, returns a bare list when only offset is used (existing clients pre-cursor support).
Path parameters
Query parameters
Number of conversations to return
Number of conversations to return
Number of conversations to skip (legacy — prefer cursor)
Number of conversations to skip (legacy — prefer cursor)
Opaque cursor returned as next_cursor from a previous page. Format: '<iso_timestamp>|<conversation_id>'. When supplied, the server returns conversations strictly before this point, ordered by last-activity desc. Beats offset for users with thousands of conversations — no row re-scan.
Opaque cursor returned as next_cursor from a previous page. Format: '<iso_timestamp>|<conversation_id>'. When supplied, the server returns conversations strictly before this point, ordered by last-activity desc. Beats offset for users with thousands of conversations — no row re-scan.
Headers
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.