meta_ads_split_tests_list
List split tests (A/B tests/Studies) from a Meta Ads account. Get study IDs, names, status, times, and cell summaries to select a test for further 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 |
|---|---|---|---|
| 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. | |
| limit | No | Max records returned per call. Default 50, max 1000 per Meta Graph API. |