---
title: "Get all products"
method: GET
path: "/v1/product"
tags: ["Product"]
---

# Get all products

`GET /v1/product`

## Response `200`

A list of products for the organization

- Product[]
  - `id` integer
  - `name` string
  - `price` number
  - `created_on` string, date-time
  - `last_updated_on` string, date-time

## Other responses

- `500` — Server error

---

[API](https://skmtc.net/ellipsend/apis/ellipsend-api.md) · [All operations](https://skmtc.net/ellipsend/apis/ellipsend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ellipsend/ellipsend-api/revisions/1031d523652c/schema)
