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

FieldTypeRequiredDescription
creatorstringNoFilter by creator user id(s), comma-separated
detailbooleanNoReturn full JSON instead of compact one-liners (default: false)
idsstringNoComma-separated Tests campaign ids
pagenumberNoPage number (default 1)
page_sizenumberNoItems per page (default 50, max 4000)
productstringNoFilter 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.

What's next?

All MCP tools

Browse the full tool reference by category.

Connect a client

Point Claude, Cursor, or Claude Code at the server.

Last updated on