Run
Queue a workflow
Create a new workflow run with the given parameters. This function sets up the run and initiates the execution process. For callback information, see Callbacks.
POST
/
run
/
queue
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200 - application/json
The ID of the run, use this to get the run status and outputs
Was this page helpful?