---
title: "Get Insight Tool Config By Id"
method: GET
path: "/api/v1/insights/tool-configurations/{tool_id}"
tags: ["insights.tools"]
---

# Get Insight Tool Config By Id

`GET /api/v1/insights/tool-configurations/{tool_id}`

Get a InsightTool by Name.

## Path parameters

- `tool_id` string, required

## Response `200`

Successful Response

- InsightToolOutput — Response model for an insight tool configuration.
  - `name` string, required — Human readable name of insight tool
  - `description` string, required — Text description of insight tool configuration
  - `version` integer, required — Version of insight tool
  - `tool_arguments` unknown, required
  - `insight_tool_definition_id` integer, required — Unique ID for insight tool definition used by this tool configuration
  - `id` integer, required — Unique ID for insight tool
  - `insight_tool_definition` InsightToolDefinition — Model for an insight tool definition. This is a template that can be used by multiple insight tool configurations, each providing their own parameter values.
    - `id` integer, required — Unique ID for insight tool definition
    - `name` string, required — Human-readable name of insight tool definition
    - `type` string, required — Type of insight tool definition
    - `description` string, required — Text description of insight tool definition
    - `tool_parameters` unknown, required
    - `tool_result_set` unknown, required
  - `created_at` string, date-time — Timestamp of at which insight tool configuration was created
  - `updated_at` string, date-time — Timestamp at which insight tool configuration was last updated
  - `last_updated_by` string, required — Email of user who last updated insight tool configuration

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/asksyllable/apis/syllablesdk.md) · [All operations](https://skmtc.net/asksyllable/apis/syllablesdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/asksyllable/syllablesdk/versions/ac3228f980bb/schema)
