Skip to main content
GET
Get Workflow
Returns the workflow object plus up to 20 recent runs.

Authentication

Requires a Bearer token with tools scope. See Authentication.

Path Parameters

id
string
required
The workflow UUID.

Response

workflow
object
The workflow definition: id, name, triggerType, triggerConfig, steps, enabled, timestamps.
runs
array
Up to 20 recent runs, each with id, status, startedAt, and step results.

Example

curl