Get the status and details of an agent request by ID.
Agent requests are created when an API key with intent.write permission makes a write request (POST, PUT, PATCH, DELETE) to the Public API. Instead of executing immediately, these requests are deferred and require approval from an authorized user.
Use this endpoint to check the status of a pending request or retrieve the result after execution.
Authentication from public API requests
The unique identifier of the agent request (returned in x-deferred-action-id header)
OK
A pending or completed agent request
Unique identifier for the agent request
Current status of the request
pending, approved, rejected, expired, executed, failed, running Human-readable display information
When the request was created
The result of the executed action. Only present when status is "executed".