Get Duplicates
GET
/v1/duplicates
GET
/v1/duplicates
Retrieve duplicates for a given entity or the entire catalog.
URL:
GET /v1/duplicates
Optional Query Parameters:
entityId
— returns duplicates only for the entity with this ID.limit
— maximum number of records to return (default is 100).offset
— pagination offset.
Headers
Authorization: Bearer <YOUR_API_KEY>
Example Request
Example Response
If no
entityId
is provided, the endpoint can respond with a paginated list of all duplicates discovered in the catalog:
Last updated