search_keywords_by_source_export
Export search keywords filtered by source, returning full data as JSON or CSV rows with keyword and percentage. Supports marketplace or embedded-marketplace sources.
Instructions
Export variant of source-filtered search keywords. UNLIKE the partner/by_app exports, this returns the FULL DATA directly as a JSON array of {searchKeyword, percentage} rows (up to 500), NOT HAL download links. Large responses spill to the truncation envelope.
📖 Spec (GET /rest/3/reporting/developer-space/{developerId}/search-keywords/source/{sourceKey}/export): https://developer.atlassian.com/platform/marketplace/rest/v4/api-group-reporting/#api-rest-3-reporting-developer-space-developerid-search-keywords-source-sourcekey-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. | |
| 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. |