---
title: "获取指定 workflow 轮次详情"
method: GET
path: "/admin/workflows/rounds/{id}"
tags: ["workflow"]
---

# 获取指定 workflow 轮次详情

`GET /admin/workflows/rounds/{id}`

根据轮次 ID 获取 workflow 详情

## Path parameters

- `id` integer, required

## Response `200`

OK

- RpcRoundDTO
  - `endTime` string
  - `id` string
  - `startTime` string
  - `tasks` RpcTaskDTO[]
    - `args` string
    - `dependencies` string[]
    - `description` string
    - `endTime` string
    - `name` string
    - `startTime` string
    - `status` 'pending' | 'running' | 'success' | 'failed'
    - `title` string
    - `type` string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[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/versions/34214ad5a103/schema)
