---
title: "Get Toolfunction Id By Id"
method: GET
path: "/api/v1/toolfunction/{toolfunction_id}"
tags: ["Tool Function"]
---

# Get Toolfunction Id By Id

`GET /api/v1/toolfunction/{toolfunction_id}`

Gets an toolfunction by its id

## Path parameters

- `toolfunction_id` string, uuid, required

## Response `200`

Successful Response

- IGetResponseBaseIToolFunctionRead
  - `message` string, nullable
  - `meta` union
    - object
    - unknown
  - `data` IToolFunctionRead
    - `name` string, nullable, required
    - `description` string, nullable, required
    - `tool_function_type` 'sdk' | 'curl' | 'query_index', required
    - `details` object
    - `tool_id` string, uuid, nullable
    - `is_enabled` boolean, nullable
    - `id` string, uuid, required

## Other responses

- `422` — Validation Error

---

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