Account summary
account_summaryReturn a single JSON document summarising the account: token info (including token.scheduling.timezones — the per-platform account timezone that ad schedules are interpreted in), visible Spaces, campaign list, per-resource counts, 30-day stats, and the most recent sync (last_sync) so you can tell whether the campaigns are actually live. Backed by parallel SDK calls — the cheapest way to ask 'what's going on with my account?' before deciding what else to do. The counts, campaigns/stats, and last_sync branches are Space-scoped; pass space_id to summarise a non-active Space without changing the session binding. Scoped to the active Space — see set_active_space to switch, or pass space_id to override for this one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | No | Override the active Space for this one call. Defaults to the active Space set via set_active_space (or GROWOMAT_SPACE_ID on the server). Pass to read/write a different Space without changing the session binding. |