---
title: "Unified search"
method: GET
path: "/api/v1/search"
tags: ["search"]
---

# Unified search

`GET /api/v1/search`

Search across assets, glossary terms, teams, and users

## Query parameters

- `q` string, required
- `types` string[]
- `limit` integer
- `offset` integer

## Response `200`

OK

- SearchResponse
  - `facets` Facets
    - `asset_types` FacetValue[]
      - `count` integer
      - `value` string
    - `providers` FacetValue[]
      - `count` integer
      - `value` string
    - `tags` FacetValue[]
      - `count` integer
      - `value` string
    - `types` object
  - `limit` integer
  - `offset` integer
  - `results` Result[]
    - `description` string
    - `id` string
    - `metadata` object
    - `name` string
    - `rank` number
    - `type` 'asset' | 'glossary' | 'team' | 'data_product'
    - `updated_at` string
    - `url` string
  - `total` integer

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

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