Runs
Trigger and manage process runs. Start new runs and view details about run executions.
Get a list of all the runs for a specified process and agent.
The unique identifier of the process.
The unique identifier of the agent.
Maximum number of items to return.
10The process stage.
Stage of a process
Pagination token used to retrieve the next page of results. It is returned in a prior response from a call made to this endpoint.
A List of runs
Invalid input values
The specified process or agent was not found
Initiates a new run (execution) of a specified process. Each run is an independent instance that can be tracked for status and results.
The ID of the agent containing the process
b4fznghynbdemslfd5k044fgdPattern: ^[a-zA-Z0-9-_]+$List of IDs of files given as input to the process
["b4fznghynbdemslfd5k044fgd","9nvx1hdm9bd74rp585oe81t5i"]Inputs to the process
[{"name":"order_id","value":"b4fznghynbdemslfd5k044fgd"}]Name for this run
Process invoice 42The ID of the process to run
b4fznghynbdemslfd5k044fgdPattern: ^[a-zA-Z0-9-_]+$The stage of the process
DraftPossible values: The run created
Invalid input values
A referenced resource was not found
Get the details of a specific run.
The unique identifier of the run.
The requested run
Invalid input values
The specified run was not found
Last updated
Was this helpful?
