Get custom workflow

GET
/api/v2/projects/:projectKey/flags/:featureFlagKey/environments/:environmentKey/workflows/:workflowId

Get a specific workflow by ID.

Path parameters

projectKeystringRequired

The project key

featureFlagKeystringRequired

The feature flag key

environmentKeystringRequired

The environment key

workflowIdstringRequired

The workflow ID

Response

Workflow response

_idstring

The ID of the workflow

_versioninteger

The version of the workflow

_conflictslist of objects

Any conflicts that are present in the workflow stages

_creationDatelong

Timestamp of when the workflow was created

_maintainerIdstring

The member ID of the maintainer of the workflow. Defaults to the workflow creator.

namestring

The name of the workflow

_executionobject

The current execution status of the workflow

descriptionstringOptional

A brief description of the workflow

kindstringOptional

The kind of workflow

stageslist of objectsOptional

The stages that make up the workflow. Each stage contains conditions and actions.

metaobjectOptional

For workflows being created from a workflow template, this value holds any parameters that could potentially be incompatible with the current project, environment, or flag

templateKeystringOptional

For workflows being created from a workflow template, this value is the template’s key

Errors

Built with