This endpoint initiates the execution of a workflow, and returns the workflow run ID.
id
immediately and does not wait for completion.
To monitor the workflow’s progress and get results, use the Get Workflow Run endpoint with the returned id
. A common pattern is to poll this endpoint periodically until the workflow completes.The workflow has been successfully initiated.
The response is of type object
.