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

# GET /products

`GET /products`

List all products in your account.

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

OK

- object
  - `data` ProductEntity[]
    - `id` integer — Product ID.
    - `name` string — Product name.
    - `code` string — Product code.
    - `categoryId` integer — Product category id.
    - `price` number, double — Product price.
    - `active` boolean — Product active.
    - `createdAt` unknown

---

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