cURL
curl --request GET \ --url https://operator.io/api/chat/{id} \ --header 'Authorization: Bearer <token>'
{ "chat": { "id": "<string>", "title": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }, "messages": [ {} ] }
Returns a chat and its messages.
API key (ck_live_...). Create one in Settings > API Keys.
ck_live_...
Chat with messages.
Show child attributes