---
title: "获取单个工具实例详情"
method: GET
path: "/admin/toolset/instances/{id}"
tags: ["toolset"]
---

# 获取单个工具实例详情

`GET /admin/toolset/instances/{id}`

获取指定ID的工具实例的详细信息

## Path parameters

- `id` string, required

## Response `200`

OK

- ModelToolInstanceHistoryDTO
  - `endTime` string
  - `err` string
  - `id` string
  - `isRunning` boolean
  - `launchUserName` string
  - `ret` integer
  - `startTime` string
  - `tool` ModelToolDTO
    - `allowedSignals` ModelToolSignalDTO[]
      - `description` string
      - `name` string
      - `value` integer
    - `args` ModelToolArgDTO[]
      - `default` unknown
      - `description` string
      - `name` string — Name is the name of the argument.
      - `type` string
    - `description` string
    - `group` string
    - `id` string — ID is the unique identifier for the toolset.
    - `name` string
  - `toolId` string
  - `toolName` string

## Other responses

- `400` — Bad Request
- `404` — Not Found

## Changes

- **2025-05-22** `9fce662daff4` — 1 info
  - endpoint added
- **2025-02-07** `2e28347b5811` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/hust-open-atom-club/apis/untitled-api/changes/admin/toolset/instances/:id/get.md)

---

[API](https://skmtc.dev/hust-open-atom-club/apis/untitled-api.md) · [All operations](https://skmtc.dev/hust-open-atom-club/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hust-open-atom-club/untitled-api/revisions/34214ad5a103/schema)
