SNA
엔드포인트 레퍼런스

Pending 권한 요청

대기 중인 권한 요청 목록을 조회합니다.

GET
/agent/permission-pending

인증

bearerAuth
인증Bearer <token>

In: header

쿼리 파라미터

session?string

응답 본문

application/json

application/json

application/json

curl -X GET "https://example.com/agent/permission-pending"
{
  "pending": [
    {
      "sessionId": "string",
      "request": {
        "property1": null,
        "property2": null
      },
      "createdAt": 0
    }
  ]
}
{
  "status": "error",
  "message": "string",
  "stack": "string"
}
{
  "status": "error",
  "message": "string",
  "stack": "string"
}