---
title: "Get products with filters"
method: GET
path: "/products"
tags: ["Product Controller"]
---

# Get products with filters

`GET /products`

Retrieve products with optional search by product name, country name, or state name. Latest products appear first. Returns basic product info without country prices.

## Query parameters

- `search` string
- `isFastTrack` boolean
- `isPaperCopy` boolean
- `page` number, required
- `size` number, required

## Response `200`

Products retrieved successfully

---

[API](https://skmtc.dev/findmydocument/apis/land-registry-api.md) · [All operations](https://skmtc.dev/findmydocument/apis/land-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/findmydocument/land-registry-api/revisions/b55a990514fb/schema)
