Retrieve Workflow Deployment

Beta
GET

Used to retrieve a workflow deployment given its ID or name.

Path parameters

idstringRequired

Either the Workflow Deployment’s ID or its unique name

Response

This endpoint returns an object.
idstring
namestring

A name that uniquely identifies this workflow deployment within its workspace

labelstring

A human-readable label for the workflow deployment

createddatetime
last_deployed_ondatetime
last_deployed_history_item_idstring

The ID of the history item associated with this Workflow Deployment’s LATEST Release Tag

input_variableslist of objects

The input variables this Workflow Deployment expects to receive values for when it is executed.

output_variableslist of objects

The output variables this Workflow Deployment produces values for when it’s executed.

status"ACTIVE" or "ARCHIVED"Optional
Allowed values: ACTIVEARCHIVED

The current status of the workflow deployment

  • ACTIVE - Active
  • ARCHIVED - Archived
environmentenumOptional
Allowed values: DEVELOPMENTSTAGINGPRODUCTION

The environment this workflow deployment is used in

  • DEVELOPMENT - Development
  • STAGING - Staging
  • PRODUCTION - Production
descriptionstringOptional

A human-readable description of the workflow deployment