Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Schema for creating a run
Machine ID. If not provided, an available machine will be automatically selected.
Pool IDs to filter available machines. Machine must belong to all of these pools (intersection). Ignored when machine_id is provided.
Input values for workflow variables
Files to upload to the machine
Sensitive input values. These are not stored and will be written to a secure vault and referenced by alias only.
Join an existing session; overrides machine_id/pool_ids
Start a new session on the machine used by this run. Session ID will be this run's ID.
Persist outputs under this alias for $ref in this session
Release the session after this run completes successfully
Response
Successful Response
Run response schema
scheduling
, running
, success
, cancelled
, error