---
title: "List all Rank Radars"
method: GET
path: "/v1/niches/rank-radars"
tags: ["v1"]
---

# List all Rank Radars

`GET /v1/niches/rank-radars`

Retrieves a paginated list of Rank Radars. Rank Radars track keyword rankings over time for specific ASINs, monitoring organic and sponsored positions across search results. Returns summary metrics including top 10/50 keyword counts and search volumes. By default only active Rank Radars are returned; use the status filter for paused or archived ones.

## Query parameters

- `nicheId` string
- `status` 'ACTIVE' | 'PAUSED' | 'ARCHIVED' | 'ALL'
- `pageSize` unknown
- `currentPage` unknown
- `searchText` unknown

## Response `200`

- ExternalRankRadarListResponseDto
  - `currentPage` number, required
  - `pageSize` number, required — Number of items per page
  - `hasNext` boolean, required — True when there is a next page. Otherwise, false
  - `hasPrev` boolean, required — True when there is a previous page. Otherwise, false
  - `lastPage` number, required — Last page or total page count
  - `total` number, required — Total number of items
  - `data` ExternalRankRadarResponseDto[], required — List of items
    - `id` string, required
    - `status` 'ACTIVE' | 'PAUSED' | 'ARCHIVED' | 'ALL', required — Uses the same vocabulary as the status query parameter, except the filter-only ALL
    - `asin` KRTAsinResponseDto, required
      - `id` string, required
      - `krtId` string, required
      - `asin` string, required
    - `marketplace` string, required
    - `keywordCount` number, required
    - `title` string, required
    - `imageUrl` string, required
    - `top10KW` object, required
    - `top10SV` object, required
    - `top50KW` object, required
    - `top50SV` object, required

## Other responses

- `400` — Invalid query parameters
- `401` — Api key is invalid
- `403` — Unauthorized to access the resource
- `404` — Resource not found
- `429` — Rate limit exceeded, either the per-client-IP limit or the per-API-key limit for this endpoint.
- `500` — Internal error

---

[API](https://skmtc.dev/datadive/apis/data-dive-developer-apis.md) · [All operations](https://skmtc.dev/datadive/apis/data-dive-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/datadive/data-dive-developer-apis/revisions/03207abc96ba/schema)
