---
title: "Get a single Product by ID"
method: GET
path: "/products/{id}"
tags: ["Products Dataset"]
---

# Get a single Product by ID

`GET /products/{id}`

Returns a single Product.

## Path parameters

- `id` string, uuid, required

## Response `200`

Request was successfully processed.

- ProductsDataset — PredictLeads delivers detailed insights into the specific offerings of companies worldwide. To help better understand company business models, every offering is classified as a product, service, or solution. <br><br> Each record includes the original name as shown on the company website, a normalized English translation, and a concise description highlighting the offering's core features.
  - `data` Product[], required — unresolved $ref
  - `included` CompanyLite[], required — Contains objects referenced in property `relationships`. — unresolved $ref
  - `meta` object — Meta information about `ProductsDataset` object.
    - `schema_version` string, required — Represents schema version of objects.
    - `record_state` 'active', required — Represents record state of objects.
    - `count` integer — Total number of results. <br> **NOTE**: Only included in API responses when the request parameter `page` is provided, for performance reasons.

## Other responses

- `400` — Invalid request body or parameters.
- `401` — Authentication credentials are invalid or API subscription is not activated.
- `402` — Exceeded the monthly request limit.
- `403` — Request rate over limit.
- `404` — Record not found.
- `422` — Provided data failed to validate.
- `429` — Too many requests.
- `500` — Internal server error.
- `503` — Service temporarily unavailable.

---

[API](https://skmtc.dev/predictleads/apis/predictleads-api-reference.md) · [All operations](https://skmtc.dev/predictleads/apis/predictleads-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/predictleads/predictleads-api-reference/revisions/a56831a1efd4/schema)
