Prerequisites
- API key for your project — Authentication
- A workflow id from the dashboard or
GET /api/v1/workflow/manager/list
Steps
1
List workflows
2
Execute
3
Inspect the run
Use executions endpoints from Workflows (list/get by thread) or poll thread state via Threads. If the run pauses for approval, see Human in the loop.
Verify
- Execute returns a thread id without an auth error
- Execution status reaches a terminal success (or a clear pause you can resume)