Get Release
const url = 'https://example.com/api/v3/projects/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/releases/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/api/v3/projects/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/releases/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0Return one exact v3 release and its resolved per-Agent execution plans.
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Header Parameters
Section titled “Header Parameters”Responses
Section titled “Responses”Successful Response
One immutable v3 release with optional expanded execution document.
object
Immutable deployment unit compiled from one desired-state revision.
object
One immutable delegation edge.
object
Fully resolved least-privilege execution plan for one Agent.
object
object
object
One exact namespace grant in an Agent execution plan.
object
object
object
object
One immutable Project catalog resource.
object
Complete Project-owned resource categories in a v3 release.
object
Exact server-versioned desired-state head identity.
object
Example
{ "document": { "compiler_version": "3.0.0", "delegations": [ { "mode": "as_tool" } ], "execution_plans": [ { "memory_grants": [ { "access": "read" } ] } ], "resources": [ { "kind": "capability" } ], "schema_version": "genaug.project-release/v3" }}Authentication failed with a resumable next action.
FastAPI error envelope shared by v3 management endpoints.
object
One bounded error with a coding-agent-safe recovery action.
Examplegenerated
{ "detail": { "affected_resource": "example", "message": "example", "next_action": "example", "operation_id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "phase": "example", "reason_code": "example" }}The authenticated actor lacks the required Project authority.
FastAPI error envelope shared by v3 management endpoints.
object
One bounded error with a coding-agent-safe recovery action.
Examplegenerated
{ "detail": { "affected_resource": "example", "message": "example", "next_action": "example", "operation_id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "phase": "example", "reason_code": "example" }}The scoped management resource was not found.
FastAPI error envelope shared by v3 management endpoints.
object
One bounded error with a coding-agent-safe recovery action.
Examplegenerated
{ "detail": { "affected_resource": "example", "message": "example", "next_action": "example", "operation_id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "phase": "example", "reason_code": "example" }}A stable management invariant prevented progress.
FastAPI error envelope shared by v3 management endpoints.
object
One bounded error with a coding-agent-safe recovery action.
Examplegenerated
{ "detail": { "affected_resource": "example", "message": "example", "next_action": "example", "operation_id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "phase": "example", "reason_code": "example" }}Validation Error
object
object
object
Examplegenerated
{ "detail": [ { "ctx": {}, "input": "example", "loc": [ "example" ], "msg": "example", "type": "example" } ]}