search_keywords_by_source
Identify top search keywords by source, returning keyword share percentages for marketplace or in-product searches within a specified date range.
Instructions
Top search keywords for one source. Returns {details:[{searchKeyword, percentage}]} (flat keyword share, no time series). Filters: startDate/endDate (no aggregation; pagination ignored).
📖 Spec (GET /rest/3/reporting/developer-space/{developerId}/search-keywords/source/{sourceKey}): https://developer.atlassian.com/platform/marketplace/rest/v4/api-group-reporting/#api-rest-3-reporting-developer-space-developerid-search-keywords-source-sourcekey-get
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | No | ISO date YYYY-MM-DD. | |
| sourceKey | Yes | Search source. Allowable: `marketplace` (public marketplace.atlassian.com search) or `embedded-marketplace` (in-product 'find apps' search). Invalid → HTTP 400. | |
| startDate | No | ISO date YYYY-MM-DD. |