List Campaigns (Picker)
list_campaigns_pickerList campaigns with minimal fields for selection. Filter by group or name, include archived, then get full campaign details after choosing.
Instructions
Slim per-row campaign list for selection UIs — id, name, group_id, is_archived. Cheaper than list_campaigns for orgs with thousands of campaigns. Use get_campaign(id) after a selection to fetch full details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archived | No | Pass true to include archived campaigns. Defaults to active-only. | |
| group_id | No | Filter to one campaign group. | |
| q | No | Substring search against campaign name (case-insensitive). | |
| limit | No | Maximum rows to return (default per API, typically 200). |