Get a release policy by key

Retrieve a single release policy by its key for the specified project.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

projectKeystringRequired
The project key
policyKeystringRequired
The release policy key

Headers

LD-API-Version"beta"RequiredDefaults to beta
Version of the endpoint.

Response

Release policy found
_idstring
The unique identifier of the release policy
rankinteger

The rank/priority of the release policy

releaseMethodenum
The release method for this policy
Allowed values:
namestring<=256 characters
The name of the release policy
keystring

The human-readable key of the release policy

_accessobject or null
scopeobject or null
guardedReleaseConfigobject or null
Configuration for guarded releases
progressiveReleaseConfigmap from strings to any or null
Configuration for progressive releases

Errors