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