v4

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-01111021.7 KB

Get latest version of config for a given grant

Returns the latest configuration version for a specified grant, with options to include draft versions and apply version constraints.

get/api/latestVersion

Query parameters

grantstring required

The name of the grant.

draft'include' | 'only'

Filter for draft versions.

constrainMajorinteger

Constraint for the major version. Required if constrainMinor is provided.

constrainMinorinteger

Constraint for the minor version.

Headers

x-cdp-request-idstring

A unique identifier for the request, used for tracing.

Response

Successfully retrieved the latest version.

grantstring

The name of the grant.

versionstring

The version string.

statusstring

The status of the version (e.g., active, draft).

pathstring

The bucket name or path to the configuration.

manifestobject

The configuration manifest details.

lastUpdatedstring date-time

The timestamp of the last update.

All 11 operations