Get release plans

Enterprise feature

Returns a list of all release plans for a specific feature flag and environment.

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Path parameters

projectstringRequired
featureNamestringRequired
environmentstringRequired

Response

#/components/schemas/releasePlanSchema

idstring

The release plan/template’s ID. Release template IDs are ulids.

discriminatorenum
A field to distinguish between release plans and release templates.
Allowed values:
namestring
The name of the release template.
featureNamestring
The name of the feature that uses this release plan.
environmentstring
The environment that this release plan is for.
createdByUserIddouble

Release template: The ID of the user who created this template.

createdAtstringformat: "date-time"
The date and time that the release template was created.
milestoneslist of objects
A list of the milestones in this release template.
releasePlanTemplateIdstring
The ID of the release plan template that this release plan is based on.
descriptionstring or null
A description of the release template.
activeMilestoneIdstring or null
The ID of the currently active milestone in this release plan.
safeguardslist of objects or null
An array of safeguards configured for this release plan.

Errors