---
title: "Get all products"
method: GET
path: "/products/search"
tags: ["Products"]
---

# Get all products

`GET /products/search`

Get all products

## Query parameters

- `limit` integer
- `offset` integer
- `code` string

## Response `200`

Get all products

- object
  - `meta` object
    - `limit` integer — Number of rows retrieved
    - `offset` integer — Number of rows skipped
    - `total` integer — Total number of rows
  - `data` object[]
    - `code` string — Product code
    - `group` string — Product group
    - `description` string — Product description
    - `price` number — Product price

## Other responses

- `403` — Not authorized access

---

[API](https://skmtc.net/quadminds/apis/quadminds-api-v2.md) · [All operations](https://skmtc.net/quadminds/apis/quadminds-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quadminds/quadminds-api-v2/versions/e0ab56dece05/schema)
