meta get ad activity
meta_get_ad_activityRetrieve ad account activity logs to audit changes, events, and actors by ad account ID with optional time filters and pagination.
Instructions
Read ad account activity logs from /{ad_account_id}/activities with object, event, actor, timestamp, and extra_data fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of returned items or rows. The declared bounds and default apply; use pagination for additional results. | |
| since | No | Optional start time accepted by Graph API, usually YYYY-MM-DD or Unix seconds. | |
| until | No | Optional end time accepted by Graph API, usually YYYY-MM-DD or Unix seconds. | |
| cursor | No | Pagination cursor from previous response | |
| adAccountId | Yes | Ad account ID (e.g., act_123456789) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Original tool result: parsed JSON when the text is JSON, otherwise the text or multiple MCP content blocks. Provider fields depend on the selected query. |