Agents
Start a run
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"
}
POST
Start a new agent run
Authorizations
API Key authorization header. Example: "Authorization: ApiKey {your-api-key}"
OAuth 2.0 Bearer token. Example: "Authorization: Bearer {access-token}"
Path Parameters
The ID of the agent to run
Body
The configuration parameters for the run
Available options:
Combined, Separated Available options:
Fatal, Error, Warning, Info Available options:
Text, TextAndHtml Response
Returns the ID of the newly created run
Available options:
Combined, Separated Available options:
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12