Authorizations
Enter the JWT token.
Headers
A UUID to ensure this execution request is processed only once. If a request with the same key is sent again within 24 hours, the original result will be returned.
Path Parameters
The prefixed ID of the workflow (e.g., fl_...
).
Body
application/json
An initial JSON object to pass as context to the workflow run.
Example:
{ "user_id": 123, "source": "manual-test" }
Response
Workflow execution has been accepted and queued.
Example:
"fl_run_a1b2c3d4e5f6g7h8"
Available options:
pending
, running
, completed
, failed
The prefixed ID of the original run if this was a resumed run.
Example:
"fl_run_xyz789"