GET
/
copilot
/
{copilot_uuid}
/
chat
/
{chat_id}
/
history
[
  {
    "id": 123,
    "user_id": "<string>",
    "copilot": "<string>",
    "context": "<string>",
    "query": "<string>",
    "response": "<string>",
    "custom_object": "<any>",
    "tool_calls": "<any>",
    "submitted_at": "2023-11-07T05:31:56Z",
    "latency": 123,
    "flow": "<string>",
    "feedback": {
      "id": 123,
      "feedback": "<string>",
      "reaction": true,
      "submitted_at": "2023-11-07T05:31:56Z"
    },
    "iteration": 123
  }
]

Headers

user-id
string

Path Parameters

copilot_uuid
string
required
chat_id
string
required

Response

200
application/json

Successful Response

The response is of type ChatHistoryResponse · object[].