campaignstack_list_campaigns
List campaigns in a workspace. Supports cursor-based pagination. Archived campaigns are hidden unless includeArchived is true. Use the returned campaignId values with campaignstack_get_campaign, campaignstack_list_workflows, or campaignstack_list_lead_lists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| workspaceId | No | Defaults to the API key's workspace | |
| includeArchived | No | Include archived campaigns. Off by default, so archived campaigns are hidden. Turn it on to find one you want to unarchive. |