get_adsets
Retrieve ad sets under a specified Meta Ads account or campaign, returning identifiers, names, statuses, campaign IDs, and daily budgets to inspect hierarchy.
Instructions
Get ad sets beneath an account or campaign parent.
Args: params: Parent account or campaign ID, maximum result count, and JSON or Markdown response format.
Returns:
A rendered {"success": bool, "data": list[object] | null, "error": string | null} envelope containing ad set identifiers,
names, statuses, campaign IDs, and daily budgets.
Use this to inspect the ad-set hierarchy for a known parent. Do not use it for performance metrics or to create, edit, pause, or delete ad sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |