Get a Project Delivery release authorization
GET
/v1/release-control/project-deliveries/{authorizationId}How to call this endpoint
Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.
Path, query, and header parameters
These parameters control which ACP object the endpoint acts on and how the request is processed.
Path parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| authorizationId | path | string | Yes | — |
Query parameters
None.
Body schema
This endpoint does not require a request body.
None.
What the API returns
Each response code below includes the documented payload shape for the ACP API.
200Authorization and append-only event ledgerapplication/json
| Field | Type | Required | Description |
|---|---|---|---|
| authorization | object | Yes | — |
| authorization.id | string | Yes | Unique identifier. |
| authorization.object | project_delivery_release_authorization | Yes | — |
| authorization.status | authorized | Yes | Current lifecycle status. |
| authorization.projectId | string | Yes | Project ID. |
| authorization.deliveryPlanId | string | Yes | — |
| authorization.deliveryExecutionId | string | Yes | — |
| authorization.planRevision | integer | Yes | — |
| authorization.contractFingerprint | string | Yes | — |
| authorization.releaseFingerprint | string | Yes | — |
| authorization.topologyCandidate | object | Yes | — |
| authorization.topologyCandidate.id | string | Yes | Unique identifier. |
| authorization.topologyCandidate.manifestFingerprint | string | Yes | — |
| authorization.assurance | object | Yes | — |
| authorization.assurance.runId | string | Yes | — |
| authorization.assurance.evidenceFingerprint | string | Yes | — |
| authorization.assurance.decisionFingerprint | string | Yes | — |
| authorization.idempotencyKey | string | Yes | — |
| authorization.requestFingerprint | string | Yes | — |
| authorization.evidenceFingerprint | string | Yes | — |
| authorization.candidateExecutions | object[] | No | — |
| authorization.candidateExecutions[].candidateId | string | Yes | — |
| authorization.candidateExecutions[].targetKind | function | metronome | Yes | — |
| authorization.candidateExecutions[].targetResourceId | string | Yes | — |
| authorization.candidateExecutions[].candidateVersionId | string | Yes | — |
| authorization.candidateExecutions[].candidateFingerprint | string | Yes | — |
| authorization.candidateExecutions[].sources | object[] | Yes | — |
| authorization.candidateExecutions[].sources[].gate | test | evaluation | Yes | — |
| authorization.candidateExecutions[].sources[].runId | string | Yes | — |
| authorization.candidateExecutions[].sources[].caseId | string | Yes | — |
| authorization.candidateExecutions[].sources[].executionKind | function_candidate_sandbox | metronome_candidate_run | Yes | — |
| authorization.candidateExecutions[].sources[].metronomeRunId | string | Yes | — |
| authorization.candidateExecutions[].sources[].evidenceFingerprint | string | Yes | — |
| authorization.authorizedAt | string | Yes | — |
| authorization.createdAt | string | Yes | ISO 8601 timestamp. |
| authorization.events | object[] | No | — |
| authorization.events[].sequence | integer | Yes | — |
| authorization.events[].id | string | Yes | Unique identifier. |
| authorization.events[].type | string | Yes | — |
| authorization.events[].actorUserId | string | Yes | — |
| authorization.events[].payload | object | Yes | — |
| authorization.events[].createdAt | string | Yes | ISO 8601 timestamp. |
404Authorization not found or inaccessible
None.
Get a Project Delivery release authorization
Loading...
Response 200
Loading...