Retrieve the conversation list for the current user.
API Key authentication.
User identifier. Note: The Service API does not share conversations created by the WebApp. Conversations created through the API are isolated from those created in the WebApp interface.
ID of the last record for pagination.
Number of items per page (Default 20, Max 100).
1 <= x <= 100
Sorting field (e.g., -updated_at).
created_at
, -created_at
, updated_at
, -updated_at
Successfully retrieved conversations list.
The response is of type object
.