SNA
엔드포인트 레퍼런스

Chat 메시지 목록 조회

chat 세션의 메시지 목록을 조회합니다.

GET
/chat/sessions/{id}/messages

인증

bearerAuth
인증Bearer <token>

In: header

경로 파라미터

id*string

쿼리 파라미터

since?string
limit?string

응답 본문

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"
}