---
title: "Get Tool"
method: GET
path: "/api/v1/benchmarks/tools/{tool_id}"
tags: ["benchmarks"]
---

# Get Tool

`GET /api/v1/benchmarks/tools/{tool_id}`

Resolve a registry tool to its stored definition (metadata + artifact_uri; file bytes stay in GCS). Unknown or cross-organization ids fail with 404.

## Path parameters

- `tool_id` string, required

## Response `200`

Successful Response

- Tool
  - `tool_id` string, required
  - `organization_id` string, required
  - `name` string, required
  - `description` string, nullable
  - `parameters` object
  - `artifact_uri` string, nullable
  - `entrypoint` string, nullable
  - `timeout_seconds` number, nullable
  - `content_hash` string, nullable
  - `created_at` string, date-time, required

---

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