get_test_campaign
Fetch a single Tests campaign with its full test_list.
Fetch a single Tests campaign with its full test_list.
Read-only · Calls external systems. Safe to call: this tool does not modify data.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
test_campaign_id | number | Yes | Tests campaign id |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"test_campaign_id": 0
}
Description
Each entry in test_list is {position, test (id), name, owners, input_variables}. owners and input_variables are per-campaign overrides — they only apply when the test runs as part of this Tests campaign.
To run it: build_campaign(test_campaign_id=<id>, variants=["Group:Variant"]) → run_campaign(overrides=…).
Related
What's next?
Last updated on