> ## Documentation Index
> Fetch the complete documentation index at: https://doc.octopusx.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# 任务管理概览

> 汇总视频任务与 Suno 任务的查询入口。

# 任务管理

当前任务文档优先展示按模型系列整理后的查询页面。视频部分先以 Grok 为主，Suno 继续保留独立任务查询。

<CardGroup cols={2}>
  <Card title="Grok 视频任务查询" icon="video" href="/zh/videos/grok/query">
    `GET /v1/videos/{task_id}`，用于查询 Grok 视频任务状态。
  </Card>

  <Card title="Suno 任务" icon="music" href="/zh/audio/suno">
    `GET /suno/fetch/{id}` 与 `POST /suno/fetch`。
  </Card>
</CardGroup>

## 路由清单

| Method | Path                           | 说明         |
| ------ | ------------------------------ | ---------- |
| `GET`  | `/v1/videos/{task_id}`         | 视频任务查询     |
| `GET`  | `/v1/videos/{task_id}/content` | 视频结果代理下载   |
| `GET`  | `/suno/fetch/{id}`             | Suno 单任务查询 |
| `POST` | `/suno/fetch`                  | Suno 批量查询  |

## 推荐阅读顺序

1. [Grok 任务查询](../videos/grok/query)
2. [Suno 任务](../audio/suno)
