Skip to main content
GET
/
v1
/
assistant-chat
/
history
Get assistant chat history
curl --request GET \
  --url http://localhost:3333/v1/assistant-chat/history \
  --header 'X-API-Key: <api-key>'
{
  "messages": [
    {}
  ]
}

Authorizations

X-API-Key
string
header
required

API key for authentication

Headers

X-Organization-Id
string

Organization ID (required for JWT auth, optional for API key auth)

Response

200 - application/json

Chat history retrieved

messages
object[]