List Campaigns (Picker)
list_campaigns_pickerList campaigns in a lightweight format for picker UIs, returning id, name, group_id, and archived status. Filter by name, group, or archive flag to find the right campaign.
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 |
|---|---|---|---|
| q | No | Substring search against campaign name (case-insensitive). | |
| limit | No | Maximum rows to return (default per API, typically 200). | |
| archived | No | Pass true to include archived campaigns. Defaults to active-only. | |
| group_id | No | Filter to one campaign group. |