Skip to main content
GET
Get a single admin action request

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

ID of organization

Required string length: 36
Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Example:

"95b11417-f18f-457f-8804-68e361f9164f"

adminActionRequestId
string<uuid>
required

Response

Admin action request details

Wrapper response for a single action request, returned by get/approve/deny endpoints.

actionRequest
object
required

An admin action that may require approval before execution. When approval mode is enabled, sensitive actions create a pending request. When disabled, actions are auto-approved with an audit record.

message
string

Human-readable message, e.g. "This action requires approval from another admin."

Last modified on July 17, 2026