Get custom workflow

Get a specific workflow by ID.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

projectKeystringRequiredformat: "string"
The project key
featureFlagKeystringRequiredformat: "string"
The feature flag key
environmentKeystringRequiredformat: "string"
The environment key
workflowIdstringRequiredformat: "string"
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
descriptionstring
A brief description of the workflow
kindstring
The kind of workflow
stageslist of objects
The stages that make up the workflow. Each stage contains conditions and actions.
metaobject
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
templateKeystring
For workflows being created from a workflow template, this value is the template's key

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error