List chat messages
List messages for a chat session.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Query Parameters
since?string
limit?string
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/chat/sessions/string/messages"{
"messages": [
null
]
}{
"status": "error",
"message": "string",
"stack": "string"
}{
"status": "error",
"message": "string",
"stack": "string"
}{
"status": "error",
"message": "string",
"stack": "string"
}