Get a single admin action request
Returns the details of a single admin action request.
GET
Get a single admin action request
Documentation Index
Fetch the complete documentation index at: https://docs.dynamic.xyz/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of organization
Required string length:
36Pattern:
^[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"
Response
Admin action request details
Wrapper response for a single action request, returned by get/approve/deny endpoints.
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.
Human-readable message, e.g. "This action requires approval from another admin."
Previous
Approve an admin action requestApproves a pending admin action request. The reviewer cannot be the same user who submitted the request.
Next
Get a single admin action request