---
title: "List products"
method: GET
path: "/products"
tags: ["products"]
---

# List products

`GET /products`

get all products

## Query parameters

- `page` string
- `limit` string

## Response `200`

OK

- EntityProduct[]
  - `created_at` string
  - `id` string
  - `name` string
  - `price` number

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/devfullcycle/apis/go-expert-api-example.md) · [All operations](https://skmtc.dev/devfullcycle/apis/go-expert-api-example/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/devfullcycle/go-expert-api-example/revisions/10c64baf7689/schema)
