Get custom workflow
Get a specific workflow by ID.
Authentication
Authorizationstring
API Key authentication via header
Path parameters
projectKey
The project key
featureFlagKey
The feature flag key
environmentKey
The environment key
workflowId
The workflow ID
Response
Workflow response
_id
The ID of the workflow
_version
The version of the workflow
_conflicts
Any conflicts that are present in the workflow stages
_creationDate
Timestamp of when the workflow was created
_maintainerId
The member ID of the maintainer of the workflow. Defaults to the workflow creator.
_links
The location and content type of related resources
name
The name of the workflow
_execution
The current execution status of the workflow
description
A brief description of the workflow
kind
The kind of workflow
stages
The stages that make up the workflow. Each stage contains conditions and actions.
meta
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
templateKey
For workflows being created from a workflow template, this value is the template's key