API ReferenceDecision APIOperations
Get async operation status
AuthorizationBearer <token>
In: header
Scope: agp.decision.read, agp.decision.write
Path Parameters
operationId*string
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/agp/operations/string"{ "operation_id": "string", "status": "pending", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "status_url": "http://example.com", "result_url": "http://example.com", "callback_url": "http://example.com", "error": { "code": "AGP_INVALID_REQUEST", "message": "string", "retryable": true, "details": {} }}{ "error": { "code": "AGP_INVALID_REQUEST", "message": "string", "retryable": true, "details": {} }}{ "error": { "code": "AGP_INVALID_REQUEST", "message": "string", "retryable": true, "details": {} }}{ "error": { "code": "AGP_INVALID_REQUEST", "message": "string", "retryable": true, "details": {} }}Resolve escalation notice PATCH
Populated by the resolving authority after review. Upheld, dismissed, or partially upheld.
Submit action envelope POST
Submits an action envelope for validation and optional execution. Execution mode is controlled by the Prefer header. Fails closed on any missing or invalid prerequisite per §10.