list_campaigns
List campaigns in a workspace with pagination, search, and filter options for efficient campaign management.
Instructions
List all campaigns in a workspace. Supports pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | Yes | Workspace slug or UUID | |
| q | No | Search query | |
| status | No | ||
| team_id | No | Filter by team UUID | |
| page | No | Page number (default: 1) | |
| per_page | No | Results per page (default: 25, max: 100) |