---
title: "Search data products"
method: GET
path: "/products/search"
tags: ["products"]
---

# Search data products

`GET /products/search`

Search data products by name, description, and tags

## Query parameters

- `q` string
- `tags` string
- `limit` integer
- `offset` integer

## Response `200`

OK

- DataProductListResult
  - `data_products` 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
  - `total` integer

## Other responses

- `400` — Bad Request
- `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)
