---
title: "获取运行中的工具实例列表"
method: GET
path: "/admin/toolset/instances"
tags: ["toolset"]
---

# 获取运行中的工具实例列表

`GET /admin/toolset/instances`

获取所有运行中的工具实例的信息

## Query parameters

- `all` boolean
- `skip` integer
- `take` integer

## Response `200`

OK

- ModelPageDTOModelToolInstanceHistoryDTO
  - `count` integer
  - `items` 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
  - `start` integer
  - `total` integer

---

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