list_test_campaigns
List Tests campaigns accessible with the current API key.
List Tests campaigns accessible with the current API key.
Read-only · Calls external systems. Safe to call: this tool does not modify data.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
creator | string | No | Filter by creator user id(s), comma-separated |
detail | boolean | No | Return full JSON instead of compact one-liners (default: false) |
ids | string | No | Comma-separated Tests campaign ids |
page | number | No | Page number (default 1) |
page_size | number | No | Items per page (default 50, max 4000) |
product | string | No | Filter by product slug or short_name (comma-separated list also accepted) |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"creator": "string",
"detail": false
}
Description
A Tests campaign is a SAVED, ordered pack of tests attached to a single product — use it to group regression scenarios, smoke packs, or anything you run as one unit. To run one: build_campaign(test_campaign_id=<id>) → run_campaign(overrides=…).
Returns compact one-liners by default (`"#42 Regression pack [8 tests, valid]"`). detail=true returns the full Tests campaign including the test_list.
Related
What's next?
Last updated on