meta_ads_split_tests_list
Retrieve all split tests (A/B tests) from your Meta Ads account, including IDs, names, status, and timing. Helps you find a study_id before pulling detailed results or ending a test.
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. |