v4

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

Get specific version of config for a given grant

Returns a specific version of the configuration for a given grant, identified by either a full version string or major, minor, and patch components.

get/api/version

Query parameters

grantstring required

The name of the grant.

versionstring

Full version string (e.g., "1.2.3"). If not provided, major, minor, and patch are required.

majorinteger

Major version component.

minorinteger

Minor version component.

patchinteger

Patch version component.

Headers

x-cdp-request-idstring

A unique identifier for the request, used for tracing.

Response

Successfully retrieved the specific 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.