search_keywords_partner_export
Export partner-wide search keyword data as JSON or CSV. Filter by date range and aggregation period.
Instructions
Export variant of partner-wide search keywords. With accept=json (default) returns the data INLINE as {_links:{self,query,export}, total, addons} (same payload as search_keywords_partner); with accept=csv returns a per-app CSV string. ⚠️ The advertised _links.export download URLs are BROKEN (Atlassian-side doubled /export/export path → 404, verified 2026-06-03) — use the inline data or accept=csv instead. Filters: aggregation/startDate/endDate.
📖 Spec (GET /rest/3/reporting/developer-space/{developerId}/search-keywords/export): https://developer.atlassian.com/platform/marketplace/rest/v4/api-group-reporting/#api-rest-3-reporting-developer-space-developerid-search-keywords-export-get
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accept | No | Output format: `json` (default) or `csv` (returns a CSV string with a header row). Invalid → HTTP 400. | |
| 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. |