zero_search_results_keywords_export
Export zero-search-result keywords as JSON or CSV. Retrieve full keyword data with counts, filtered by date range and source, up to 500 rows.
Instructions
Export variant of zero-result keywords. Returns the FULL DATA directly as a JSON array of {searchKeyword, count} rows (up to 500), NOT HAL download links (same as the by_source export). Large responses spill to the truncation envelope.
📖 Spec (GET /rest/3/reporting/developer-space/{developerId}/zero-search-results-keywords/source/{sourceKey}/export): https://developer.atlassian.com/platform/marketplace/rest/v4/api-group-reporting/#api-rest-3-reporting-developer-space-developerid-zero-search-results-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. ONLY `marketplace` is supported for zero-result keywords (unlike the other search-keyword tools, `embedded-marketplace` is rejected with HTTP 400). | |
| startDate | No | ISO date YYYY-MM-DD. |