cURL
curl --request GET \ --url https://operator.io/api/chat/history \ --header 'Authorization: Bearer <token>'
{ "chats": [ { "id": "<string>", "title": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ] }
Returns all chats for the authenticated user.
API key (ck_live_...). Create one in Settings > API Keys.
ck_live_...
List of chats.
Show child attributes