Paginated list of the current user’s conversations.
cURL
curl --request GET \ --url https://api.qwix.chat/api/v1/conversations \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "model": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>" }, "createdAt": "2023-11-07T05:31:56Z" } ], "meta": { "current_page": 123, "last_page": 123, "per_page": 123, "total_items": 123 } }
JWT from POST /auth/login, or an API key via the same header depending on client configuration.
POST /auth/login
Page number (1-based)
x >= 1
Items per page (max 100)
1 <= x <= 100
Paginated conversations
Show child attributes