GET
/
chat
/
{chat_id}
[
  {
    "role": "user",
    "content": "<string>",
    "timestamp": "<string>"
  }
]

Headers

authorization
string

Path Parameters

chat_id
string
required

Response

200
application/json

Successful Response

The response is of type object[].