Get Ad Account Activity Log
meta_get_ad_account_activityRetrieve activity logs for a Meta ad account, filtered by date range and limited results.
Instructions
Gets the activity/change log for an ad account.
Args:
ad_account_id (string): Ad account ID
limit (number): Max results (default 25)
since (string, optional): Start date YYYY-MM-DD
until (string, optional): End date YYYY-MM-DD
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ad_account_id | Yes | ||
| limit | No | ||
| since | No | ||
| until | No | ||
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |