---
title: "Search Content"
method: GET
path: "/v1/content/search"
---

# Search Content

`GET /v1/content/search`

Search content by title, description, author, and tags.

custom_metadata is deliberately NOT searched: the cast(jsonb, Text) ILIKE
matched internal plumbing keys (e.g. recommendationId values on 79K rows
of the largest org) and forced full-corpus detoast — audit finding
track-a-content-list-search-count.md Finding 4.

## Query parameters

- `q` string, required
- `limit` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/shortkit/apis/shortkit-api.md) · [All operations](https://skmtc.net/shortkit/apis/shortkit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shortkit/shortkit-api/revisions/4ff6d068cf75/schema)
