Get campaign
get_campaignFetch one campaign by id. Returns the full campaign object. adScheduleStructured is the canonical weekly schedule (always present when a schedule is set) and adScheduleStructured.timezone is the effective IANA zone; adSchedule echoes the legacy enum when one was used. adScheduleUseSearcherTimeZone (Microsoft only) indicates the schedule is interpreted in the searcher's local time. 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. | |
| campaign_id | Yes | Campaign id (as returned by list_campaigns). |