---
title: "Get a specific product"
method: GET
path: "/v1/product/{product_id}"
tags: ["Product"]
---

# Get a specific product

`GET /v1/product/{product_id}`

## Path parameters

- `product_id` string, required

## Response `200`

Product retrieved

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

## Other responses

- `404` — Product not found
- `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)
