Initiates a new run of the specified agent with the provided configuration parameters.
Sample request:
{
"inputParameters": {
"param1": "value1",
"param2": "value2"
},
"parallelism": 1,
"parallelMaxConcurrency": 2,
"parallelExport": true,
"proxyPoolId": 123,
"isExclusive": false,
"isWaitOnFailure": true,
"logLevel": "Info",
"logMode": "Normal"
}
Documentation Index
Fetch the complete documentation index at: https://docs.sequentum.com/llms.txt
Use this file to discover all available pages before exploring further.
API Key authorization header. Example: "Authorization: ApiKey {your-api-key}"
OAuth 2.0 Bearer token. Example: "Authorization: Bearer {access-token}"
The ID of the agent to run
The configuration parameters for the run
Combined, Separated Fatal, Error, Warning, Info Text, TextAndHtml Returns the ID of the newly created run
Combined, Separated 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12