meta_ads_split_tests_get
Retrieve full details and results of a completed Meta Ads split test, including per-cell performance, confidence intervals, and the winner cell ID. Use after test end to analyze outcomes.
Instructions
Fetches the full detail record for a single Split Test including per-cell results when the test has concluded. Returns id, name, status, cells (each with name, adsets, metric_value, confidence_interval), winner_cell_id (when determined), confidence_level, start_time, and end_time. Read-only. Call this after a test ends to read the winner; for the raw list use meta_ads_split_tests_list.
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. | |
| study_id | Yes | Study ID as returned by meta_ads_split_tests_list. |