search_keywords_partner
Retrieve top search keywords across all your apps in the Atlassian Marketplace, with weekly or monthly time-series breakdowns and aggregate search appearance counts.
Instructions
Top search keywords across all the partner's apps (developer-space wide). Returns {total:{searchAppearances, topSearchKeyword}, addons:[{addonName, addonKey, productId, leadingSearchKeyword, searchAppearances, elements:[{date,count}]}]}. Filters: aggregation/startDate/endDate only (pagination/productId/hosting are ignored — it's an aggregate).
📖 Spec (GET /rest/3/reporting/developer-space/{developerId}/search-keywords): https://developer.atlassian.com/platform/marketplace/rest/v4/api-group-reporting/#api-rest-3-reporting-developer-space-developerid-search-keywords-get
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | No | ISO date YYYY-MM-DD. | |
| startDate | No | ISO date YYYY-MM-DD. | |
| aggregation | No | Time-series bucket cadence for the `elements[]` arrays. Default week. |