List the active workflows in your Shortcut workspace along with their states.
Developer info
- API endpoint slug
- shortcut.list_workflows
- Runtime method
- performQuery("shortcut.list_workflows"}
Query fields
No fields for this query
Ingredients
Workflow The unique identifier of the workflow.
- Slug
- workflow_id
- Filter code
- Shortcut.listWorkflows.WorkflowId
- Type
- String
- Example
- 500000011
Workflow name The name of the workflow.
- Slug
- workflow_name
- Filter code
- Shortcut.listWorkflows.WorkflowName
- Type
- String
- Example
- Development Workflow
Workflow description The description of the workflow.
- Slug
- workflow_description
- Filter code
- Shortcut.listWorkflows.WorkflowDescription
- Type
- String
- Example
- Default engineering workflow.
State names Comma-separated list of the workflow's state names, in board order.
- Slug
- state_names
- Filter code
- Shortcut.listWorkflows.StateNames
- Type
- String
- Example
- Unscheduled,In Progress,Done
Team The unique identifier of the team this workflow belongs to, if any.
- Slug
- team_id
- Filter code
- Shortcut.listWorkflows.TeamId
- Type
- String
- Example
- 123
