---
title: "Search views"
method: GET
path: "/v1/search/views"
tags: ["search"]
---

# Search views

`GET /v1/search/views`

Search saved views by name. Part of the global search API that searches across multiple entity types.

## Query parameters

- `searchQuery` string
- `take` integer
- `cursor` string

## Response `200`

Successful response

- object
  - `error` boolean, required
  - `data` object[], required
    - `id` string, uuid
    - `name` string, nullable
    - `emoji` string, nullable
    - `filters` unknown
    - `description` string, nullable
    - `created_at` string
    - `updated_at` string
    - `ranking` integer, nullable

## Other responses

- `400` — Request body failed validation.
- `401` — Missing or invalid API key.
- `403` — Valid key, insufficient permission.
- `404` — Resource does not exist.
- `429` — Rate limit exceeded.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/getdex/apis/dex-public-api.md) · [All operations](https://skmtc.net/getdex/apis/dex-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getdex/dex-public-api/versions/6f01cd52ac12/schema)
