Beta
Retrieve Workflow Deployment
Used to retrieve a workflow deployment given its ID or name.
Path parameters
id
Either the Workflow Deployment’s ID or its unique name
Headers
X_API_KEY
Response
id
name
A name that uniquely identifies this workflow deployment within its workspace
label
A human-readable label for the workflow deployment
created
last_deployed_on
last_deployed_history_item_id
The ID of the history item associated with this Workflow Deployment’s LATEST Release Tag
input_variables
The input variables this Workflow Deployment expects to receive values for when it is executed.
output_variables
The output variables this Workflow Deployment produces values for when it’s executed.
status
The current status of the workflow deployment
ACTIVE
- ActiveARCHIVED
- Archived
Allowed values:
environment
The environment this workflow deployment is used in
DEVELOPMENT
- DevelopmentSTAGING
- StagingPRODUCTION
- Production
Allowed values:
description
A human-readable description of the workflow deployment