list_keywords
Lists tracked keywords for a specific campaign, supporting pagination to retrieve results with metadata.
Instructions
List keywords for a campaign.
Retrieves keywords tracked for a specific campaign. Keywords can only be queried one campaign at a time.
Args: campaign_id: The campaign ID (required) offset: Pagination offset (default: 0) limit: Maximum number of results (default: 50)
Returns: JSON array of keywords with metadata
Examples: - list_keywords(campaign_id=123) - Get keywords for campaign 123 - list_keywords(campaign_id=123, limit=100) - Get more keywords
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| campaign_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |