Workflows
Get Workflow
Fetch a workflow’s definition along with its most recent runs.
GET
Get Workflow
Returns the workflow object plus up to 20 recent runs.
Authentication
Requires a Bearer token withtools scope. See Authentication.
Path Parameters
The workflow UUID.
Response
The workflow definition:
id, name, triggerType, triggerConfig, steps, enabled, timestamps.Up to 20 recent runs, each with
id, status, startedAt, and step results.Example
curl
Get Workflow
