meta_ads_split_tests_list
Lists A/B tests (studies) in a Meta Ads account. Returns test IDs, names, status, schedule, and cell summary to identify tests for detailed analysis or termination.
Instructions
Lists Split Tests (A/B Tests, internally called Studies in Meta API) configured in the ad account. Returns id (study_id), name, status, start_time, end_time, and a summary of cells per study. Read-only. Use this to find a study_id before pulling detailed results via meta_ads_split_tests_get or ending via meta_ads_split_tests_end.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max records returned per call. Default 50, max 1000 per Meta Graph API. | |
| account_id | No | Meta Ads account ID in the format 'act_XXXXXXXXXX' (e.g. 'act_1234567890'). Optional — falls back to META_ADS_ACCOUNT_ID from the configured credentials. The leading 'act_' prefix is required. |