---
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
- `withCustomFields` boolean

## 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.
    - `unit` string — Product unit.
    - `active` boolean — Product active.
    - `imageUrl` string — Product image URL.
    - `imageThumbUrl` string — Product image thumbnail URL.
    - `createdAt` unknown
    - `customFields` unknown
    - `description` string — Product description (HTML).

---

[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/revisions/965855d16b06/schema)
