---
title: "[Beta] Get a registered tool"
method: GET
path: "/api/v2/tools/{registry_chain}/{registry_addr}/{tool_id}"
tags: ["Tool Endpoints [Beta]"]
---

# \[Beta\] Get a registered tool

`GET /api/v2/tools/{registry_chain}/{registry_addr}/{tool_id}`

[Beta] Get a registered tool by its composite key: registry chain, registry address, and tool ID. Includes pricing recipients and NFT collection info for gated tools. This endpoint is under active development and may change without notice.

## Path parameters

- `registry_chain` string, required
- `registry_addr` string, required
- `tool_id` string, required

## Response `200`

OK

## Other responses

- `400` — For error reasons, review the response data.
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Resource 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)
