SNA
エンドポイントリファレンス

Chat セッション一覧取得

DB に保存された chat セッション一覧を取得します。

GET
/chat/sessions

認証

bearerAuth
認証Bearer <token>

In: header

レスポンス本文

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/chat/sessions"
{
  "sessions": [
    {
      "id": "string",
      "label": "string",
      "type": "string",
      "meta": "string",
      "cwd": "string",
      "created_at": "string"
    }
  ]
}
{
  "status": "error",
  "message": "string",
  "stack": "string"
}
{
  "status": "error",
  "message": "string",
  "stack": "string"
}
{
  "status": "error",
  "message": "string",
  "stack": "string"
}