SNA

Pending permissions

List pending permission requests.

GET
/agent/permission-pending

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

session?string

Response Body

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