v52

OpenAPI 3.1.0raw.githubusercontent.com2026-08-03512878906.5 KB
Applications

Retrieve Application Revision

Retrieve one application revision by reference.

Accepts application / variant / revision references for direct lookup, or an environment reference (with optional key) to resolve the currently-deployed revision in that environment. Returns the revision including its data payload (URL, parameters, schemas), which clients use to invoke the application. Set resolve: true to inline embedded references inside data.

post/applications/revisions/retrieve

Request body

keystring nullable

Deployment key inside the environment revision. When omitted and application_ref is supplied, the server derives it as {application_slug}.revision.

resolveboolean nullable

When true, resolve embedded references in the returned revision's data (for example, snippet references).

Response

Successful Response

countinteger

1 when a revision was found, 0 otherwise.