---
title: "Get data product"
method: GET
path: "/products/{id}"
tags: ["products"]
---

# Get data product

`GET /products/{id}`

Get a data product by ID

## Path parameters

- `id` string, required

## Response `200`

OK

- DataProduct
  - `asset_count` integer
  - `created_at` string
  - `created_by` string
  - `description` string
  - `icon_url` string
  - `id` string
  - `manual_asset_count` integer
  - `metadata` object
  - `name` string
  - `owners` DataProductOwner[]
    - `email` string
    - `id` string
    - `name` string
    - `profile_picture` string
    - `type` string
    - `username` string
  - `rule_asset_count` integer
  - `rules` DataProductRule[]
    - `created_at` string
    - `data_product_id` string
    - `description` string
    - `id` string
    - `is_enabled` boolean
    - `matched_asset_count` integer
    - `metadata_field` string
    - `name` string
    - `pattern_type` string
    - `pattern_value` string
    - `priority` integer
    - `query_expression` string
    - `rule_type` 'query' | 'metadata_match'
    - `updated_at` string
  - `tags` string[]
  - `updated_at` string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

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