---
title: "Get Tool"
method: GET
path: "/ai/tools/{tool_id}"
tags: ["Assistants"]
---

# Get Tool

`GET /ai/tools/{tool_id}`

## Path parameters

- `tool_id` string, required

## Response `200`

Successful Response

- SharedToolResponse
  - `id` string, required
  - `type` string, required
  - `display_name` string
  - `tool_definition` object, required
  - `timeout_ms` integer
  - `created_at` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
