get_ad_accounts
Retrieve ad accounts accessible by a user, including amount spent and account balance in currency units, for managing Meta Ads campaigns.
Instructions
Get ad accounts accessible by a user.
amount_spent and balance are returned in currency units (e.g. USD dollars), not cents.
Args: access_token: Meta API access token (optional - will use cached token if not provided) user_id: Meta user ID or "me" for the current user limit: Maximum number of accounts to return (default: 200)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| user_id | No | me | |
| access_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |