search_keywords_by_app_export
Export search keywords for a specific app with time-series aggregation. Retrieves inline summary and detail data for a product UUID over a date range, supporting weekly or monthly buckets.
Instructions
Export variant of per-app search keywords. Returns the data INLINE as {_links:{self,query,export}, summary, details} — same payload as search_keywords_by_app. ⚠️ The advertised _links.export CSV/JSON download URLs are BROKEN (Atlassian-side doubled /export/export path → 404, verified 2026-06-03); use the inline summary/details directly. productId is a path segment.
📖 Spec (GET /rest/3/reporting/developer-space/{developerId}/products/{productId}/search-keywords/export): https://developer.atlassian.com/platform/marketplace/rest/v4/api-group-reporting/#api-rest-3-reporting-developer-space-developerid-products-productid-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. | |
| productId | Yes | Product UUID (path segment). | |
| startDate | No | ISO date YYYY-MM-DD. | |
| aggregation | No | Time-series bucket cadence for the `elements[]` arrays. Default week. |