start_execution
Start a campaign execution without waiting for results.
Start a campaign execution without waiting for results.
Destructive · Writes data · Calls external systems. This tool can modify or delete data. Review the arguments before letting an agent call it.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
campaign_json | string | Yes | Campaign JSON template (from build_campaign) |
ignore_errors | boolean | No | Ignore failures across all action types (options.ignore_failed = <all action codes>). |
overrides | string | No | JSON object mapping test IDs to their variable values and owner assignments. Same format as run_campaign overrides. |
parallel | boolean | No | Run campaign tests in parallel (options.parallel_test_execution=-1). Superadmin-only; the platform rejects test lists that use SIM or SMARTPHONE actions, or sleep on unlocked resources. |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"campaign_json": "string"
}
Description
Returns a result_id for polling. Use this for campaigns that may take longer than 10 minutes, then poll with poll_execution. For shorter campaigns you want to block on, use run_campaign instead.
Related
What's next?
Last updated on