---
title: "Duplicate listing rollup for tag."
method: GET
path: "/api/v4/locations/listings/duplicates"
tags: ["Listings"]
---

# Duplicate listing rollup for tag.

`GET /api/v4/locations/listings/duplicates`

Returns a paginated, account-wide rollup of potential duplicate listings across every location in the account.

## Query parameters

- `filters` string, required — JSON-encoded filter object
- `page` integer
- `perPage` integer

## Response `200`

Successful response

- DuplicateListingRollupType
  - `total` integer
  - `listings` DuplicateListingType[]
    - `id` string
    - `listingItemId` string
    - `name` string
    - `liveLink` string
    - `status` string
  - `pageInfo` OffsetBasedPageInfoType
    - `page` integer
    - `perPage` integer
    - `totalPages` integer

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Server error

## Changes

- **2026-08-28** `2d0f7a88fc45` — 1 warning
  - deleted the `query` request parameter `tag`

[Change history](https://skmtc.dev/listingsapi/apis/listings-api/changes/api/v4/locations/listings/duplicates/get.md)

---

[API](https://skmtc.dev/listingsapi/apis/listings-api.md) · [All operations](https://skmtc.dev/listingsapi/apis/listings-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/listingsapi/listings-api/revisions/2d0f7a88fc45/schema)
