Manually triggers the execution of a workflow. This is an asynchronous operation. The API will immediately return a 202 Accepted
response with the initial WorkflowRun
object. The client should then poll the /runs/{runId}
endpoint to get the final result.
Enter the JWT token.
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.
The prefixed ID of the workflow (e.g., fl_...
).
Workflow execution has been accepted and queued.
The response is of type object
.