Skip to content
AdlyseMCP Docs
Product guideMCP reference
⌘K
Open Adlyse
⌘K
Overview
QuickstartAuthentication
adlyse-insights
list_ad_accountsget_dashboard_snapshotget_impact_analysislist_guidelinesget_guideline
adlyse-reports
adlyse-ads
adlyse-workflows
adlyse-adminadlyse-all
  1. Overview
  2. adlyse-insights

list_audit_events

List what has been done on this organization’s behalf, newest first.

The audit timeline: mutations made from the dashboard, changes the agent made in chat, suggestions that were accepted and applied, integrations connected or disconnected — plus changes detected in the ad platform’s own console, marked with an integration actor so they are distinguishable from anything done here.

Top-level actions only. When one authorized action fanned out into several platform writes (an accepted suggestion pausing three ad sets), the parent row reports the count and the children are reachable by parent_id.

Args: since: Optional ISO-8601 datetime; only actions at or after this time actor: ‘user’ | ‘agent’ | ‘system’ | ‘integration’ action: Action key filter surface: Where the action came from search: Free-text match against the rendered summary limit: Max events (default 50, max 200) offset: Pagination offset

Returns: A dictionary containing:

  • events: [{id, occurred_at, summary, action, status, error, actor, surface, target, ad_account, platform, changes, parent_id}]
  • total_count, limit, offset, has_more
  • source: provenance tag

Parameters#

NameTypeRequiredDefault
sincestringno
actorstringno
actionstringno
surfacestringno
searchstringno
limitintegerno50
offsetintegerno0

Generated from the server tool’s docstring by generate_mcp_docs. Extend this page freely — the generator never overwrites an existing file.