---
title: "[Beta] Search registered tools"
method: GET
path: "/api/v2/tools/search"
tags: ["Tool Endpoints [Beta]"]
---

# [Beta] Search registered tools

`GET /api/v2/tools/search`

[Beta] Search for verified registered tools by name, tags, creator, or other criteria. This endpoint is under active development and may change without notice.

## Query parameters

- `query` string
- `registry_chain` string
- `tags` string[]
- `access_type` string
- `creator` string
- `source` string
- `collection` string
- `sort_by` string
- `include_details` boolean
- `limit` integer — Number of items to return per page
- `cursor` string

## Response `200`

OK

## Other responses

- `400` — For error reasons, review the response data.
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Internal server error. Please open a support ticket so OpenSea can investigate.

---

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