---
title: "Search operations"
method: POST
path: "/search"
tags: ["Search"]
---

# Search operations

`POST /search`

Lexical (full-text) search over registered API operations.

## Request body

- SearchRequest — POST /search request body.
  - `apis` string[], nullable — Restrict results to these APIs. Each entry is a 'vendor[/name[/version]]' identifier of an imported API (e.g. 'github-com/api-github-com/1.1.4'); vendor and name are normalized like ingest, so raw spellings such as 'stripe.com/api' also resolve. The legacy colon-separated form 'vendor[:name[:version]]' is also accepted.
  - `cursor` string, nullable
  - `limit` integer
  - `query` string, required
  - `revision_pins` object, nullable — Pin specific APIs to a revision for this search. Keys are full 'vendor/name/version' identifiers (colon-separated also accepted); values are revision UUIDs.

## Response `200`

Successful Response

- SearchResponse — Cursor-paginated search results page.
  - `data` OperationResultResponse[], required
    - `_links` SearchLinksResponse, required — Hypermedia links for a search result row.
      - `inspect` string, required
    - `api` ApiReferenceResponse, required — Core API identifier triple plus derived host.
      - `host` string, nullable, required
      - `name` string, required
      - `vendor` string, required
      - `version` string, required
    - `description` string, nullable
    - `method` string, required
    - `name` string, nullable
    - `operation_id` string, required
    - `relevance_score` number, required
    - `type` 'operation'
    - `url` string, required
  - `has_more` boolean, required
  - `next_cursor` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity
- `500` — Internal Server Error
- `503` — Service Unavailable

## Changes

- **2026-07-01** `d65fcba0d25a` — 1 info
  - endpoint added
- **2026-04-13** `76e8f6063728` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/jentic/apis/jentic-control-plane-api/changes/search/post.md)

---

[API](https://skmtc.dev/jentic/apis/jentic-control-plane-api.md) · [All operations](https://skmtc.dev/jentic/apis/jentic-control-plane-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jentic/jentic-control-plane-api/revisions/f4594f50f4d3/schema)
