Applications

Query Application Revisions

Query revisions across one or more applications or variants.

Use application_refs / application_variant_refs to scope the query, or filter on commit metadata (author, date, message) via the application_revision object. For the ordered history of a single variant, POST /applications/revisions/log is more direct. Set resolve: true to inline embedded references in each revision's data.

post/applications/revisions/query

Request body

include_archivedboolean nullable

When true, include archived revisions. Defaults to false.

resolveboolean nullable

When true, resolve embedded references in each returned revision's data (for example, snippet references). Defaults to false.

Response

Successful Response

countinteger

Number of revisions in this page.

Changes