Path
Response
object[]
Copy
curl --location --request GET 'https://app.chatwize.ai/api/v1/session/{uuid}/messages' \
--header 'Authorization: Bearer <token>'
Copy
[
{
"cite_data_json": "string",
"created_at": "string",
"finish_reason": "string",
"meta_json": "string",
"modified_at": "string",
"query": "string",
"response": "string",
"uuid": "string"
}
]