meta_ads_ad_sets_get
Retrieve complete ad set details including targeting, budget, and bidding configuration. Use this read-only call before updating to merge targeting changes without overwriting.
Instructions
Fetches the full detail record for a single ad set, including the complete targeting spec and budget/bidding configuration. Returns id, name, campaign_id, status, effective_status, daily_budget, lifetime_budget, optimization_goal, billing_event, targeting (full spec), start_time, end_time, and delivery_estimate (if available). Read-only. Call this before meta_ads_ad_sets_update when you plan to modify targeting, so you can merge instead of overwrite.
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. | |
| ad_set_id | Yes | Ad set ID to inspect. |