meta_ads_campaigns_get
Retrieve a single Meta Ads campaign's full details by ID, including special ad categories, spend cap, schedule, and issue information. Use when the campaign ID is already known.
Instructions
Fetches the full detail record for a single campaign by ID. Returns the same fields as campaigns.list plus special_ad_categories, spend_cap, start_time, stop_time, and issues_info (non-empty when status is WITH_ISSUES). Read-only. Use this when a campaign_id is already known; for discovery use meta_ads_campaigns_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. | |
| campaign_id | Yes | Campaign ID (numeric string) as returned by meta_ads_campaigns_list. |