Runs
Authorizations
x-api-keystringRequired
Query parameters
process_idstringRequired
The unique identifier of the process.
agent_idstringRequired
The unique identifier of the agent.
limitany ofOptionalDefault:
Maximum number of items to return.
10integer · max: 100Optional
nullOptional
stageany ofOptional
The process stage.
string · enumOptionalPossible values:
Stage of a process
nullOptional
continuation_tokenany ofOptional
Pagination token used to retrieve the next page of results. It is returned in a prior response from a call made to this endpoint.
stringOptional
nullOptional
Responses
200
A List of runs
application/json
400
Invalid input values
application/json
404
The specified process or agent was not found
application/json
get
/runsAuthorizations
x-api-keystringRequired
Body
agent_idstring · min: 1 · max: 26RequiredExample:
The ID of the agent containing the process
b4fznghynbdemslfd5k044fgdPattern: ^[a-zA-Z0-9-_]+$file_idsany ofOptionalExample:
List of IDs of files given as input to the process
["b4fznghynbdemslfd5k044fgd","9nvx1hdm9bd74rp585oe81t5i"]string[]Optional
nullOptional
inputsany ofOptionalExample:
Inputs to the process
[{"name":"order_id","value":"b4fznghynbdemslfd5k044fgd"}]or
nullOptional
namestring · min: 1 · max: 100RequiredExample:
Name for this run
Process invoice 42process_idstring · min: 1 · max: 26RequiredExample:
The ID of the process to run
b4fznghynbdemslfd5k044fgdPattern: ^[a-zA-Z0-9-_]+$stagestring · enumRequiredExample:
The stage of the process
DraftPossible values: Responses
201
The run created
application/json
400
Invalid input values
application/json
404
A referenced resource was not found
application/json
post
/runsLast updated
Was this helpful?
