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

Prerequisites

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 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