list_campaigns
Retrieve paginated lists of AgencyAnalytics campaigns (clients) using offset and limit parameters. Get campaign details and metadata for any page of results.
Instructions
List campaigns (clients) from AgencyAnalytics.
Retrieves campaigns with pagination. Note: "Campaign" in the API corresponds to "Client" in the AgencyAnalytics UI (renamed Feb 2025).
Args: offset: Pagination offset (default: 0) limit: Maximum number of results (default: 50)
Returns: JSON array of campaigns with metadata
Examples: - list_campaigns() - Get first 50 campaigns - list_campaigns(offset=50, limit=50) - Get next page of campaigns
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |