Search Experiments
search_experimentsSearch for experiments by name, status, and budget group with flexible filtering.
KEYWORDS: experiment, search, find, ad, test, status, active, paused, performance, campaign
WHEN TO USE:
- User wants to "find experiment X"
- User asks to "show experiments for campaign Y"
- User requests to "search for experiments matching Z"
- User wants to "see all experiments with name containing A"
- User asks "what experiments are in campaign B?"
- User asks "what is the ID of experiment C?"
- User wants to "find experiments in budget group X"
- User asks to "search experiments in specific budget groups"
- User wants to "show all active experiments"
- User asks "list paused experiments"
- User wants to "find experiments with status X"
PURPOSE:
This tool searches across all experiments with flexible filtering options.
You can search by name (partial, case-insensitive), filter by budget groups, and filter by status.
All filters are optional - use any combination to narrow down results.
SEARCH CAPABILITIES:
- Search by experiment name: Returns experiments with matching names
- Search by campaign name: Returns all experiments from campaigns with matching names
- Filter by budget groups: Narrow results to specific budget group IDs
- Filter by status: Show experiments with specific statuses (Active, Paused, etc.)
- Partial matching: Search term doesn't need to be exact
- Case-insensitive: "Test" matches "test", "TEST", "TeSt"
STATUS VALUES EXPLAINED:
- Active: Currently running and spending budget
- WithoutSpend: Running but not currently spending budget
- Paused: Temporarily stopped, can be restarted
- Completed: Finished (reached end date or completion criteria)
- Failed: Encountered an error during execution
- Disconnected: Connection to ad channel was lost
RETURN EXPERIMENT DATA FIELDS:
- experimentId, experimentName, wizCampaignId, wizCampaignName
- campaignGroup, statusLabel, dailyBudget, spent, impressions, clicks
- startDate, endDateInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 0) | |
| size | No | Number of results per page (default: 5) | |
| sort | No | Sort criteria in format 'field,direction' (e.g., 'name,asc') | |
| search_name | No | The experiment or campaign name to search for (partial, case-insensitive matching). Optional - omit to skip name filtering. | |
| budget_group_ids | No | Optional array of budget group IDs to filter experiments. Only returns experiments that belong to these budget groups. | |
| launched_experiment_statuses | No | Optional array of experiment statuses to filter by. Valid values: Active, WithoutSpend, Paused, Completed, Failed, Disconnected |