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

# Search resources

`GET /v1/search`

Hybrid search (keyword + semantic) across templates, actions, triggers, connector definitions, and workflows

## Query parameters

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

## Response `200`

OK

- SearchResponse
  - `processingTimeMs` integer
  - `query` string
  - `results` SearchHit[]
    - `category` string
    - `description` string
    - `id` string
    - `name` string
    - `score` number
    - `status` string
    - `tags` string[]
    - `type` string
    - `workflowType` string
  - `totalHits` integer

## Other responses

- `400` — Bad Request
- `503` — Service Unavailable

---

[API](https://skmtc.net/b3-fun/apis/b3os-workflow-api.md) · [All operations](https://skmtc.net/b3-fun/apis/b3os-workflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/b3-fun/b3os-workflow-api/revisions/5a750a5a9596/schema)
