Chat
List conversations
Authorization
bearerAuth AuthorizationBearer <token>
Clerk session JWT. Also send x-clerk-org-id if org context needed.
In: header
Response Body
application/json
curl -X GET "https://example.com/v1/chat/conversations"[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "tenant_id": "34f5c98e-f430-457b-a812-92637d0c6fd0", "title": "string", "message_count": 0, "created_at": "2019-08-24T14:15:22Z" }]