---
title: "Get Link Tool User"
method: GET
path: "/api/v1/tool/LinkToolUser/{tool_user_id}"
tags: ["Tool"]
---

# Get Link Tool User

`GET /api/v1/tool/LinkToolUser/{tool_user_id}`

Retrieve a single tool_user

## Path parameters

- `tool_user_id` string, uuid, required

## Response `200`

Successful Response

- IGetResponseBaseILinkToolUserRead
  - `message` string, nullable
  - `meta` union
    - object
    - unknown
  - `data` ILinkToolUserRead
    - `org_id` string, uuid, nullable
    - `tool_id` string, uuid, nullable
    - `credentials` object, required
    - `name` string, nullable, required
    - `attributes` object, 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/revisions/cdca56191be9/schema)
