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