Skip to main content
GET
/
api
/
chat
/
history
List chats
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key (ck_live_...). Create one in Settings > API Keys.

Response

200 - application/json

List of chats.

chats
object[]