Skip to main content
Goal: Start a workflow from your backend and confirm it finished.

Prerequisites

  • API key for your project — Authentication
  • A workflow id from the dashboard or GET /api/v1/workflow/manager/list

Steps

1

List workflows

Copy the id of the workflow you want to run. For agents vs static behavior, see Workflows and agents.
2

Execute

Save the returned thread ID.
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)

Next