Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The workspace ID
Query Parameters
Cursor for pagination (use next_cursor from previous response)
Number of conversations to return
1 <= x <= 100Field to sort by (e.g., 'id', 'updated_at', 'created_at', 'title')
Sort order (asc or desc)
asc, desc Filter by conversation status
Search conversations by title
Filter by user ID
Filter by collection ID
Response
Successful Response
Response schema for listing conversations with cursor-based pagination.
List of conversations
Number of conversations in this response
Whether there are more conversations available
Cursor for the next page