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