> ## 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.

# Task Management Overview

> Summary of the query entry points for video tasks and Suno tasks.

# Task Management

The current task documentation primarily presents query pages organized by model family. The video section now focuses on Grok first, while Suno continues to retain its independent task query.

<CardGroup cols={2}>
  <Card title="Grok Video Task Query" icon="video" href="/en/videos/grok/query">
    `GET /v1/videos/{task_id}` for querying the status of a Grok video task.
  </Card>

  <Card title="Suno Tasks" icon="music" href="/en/audio/suno">
    `GET /suno/fetch/{id}` and `POST /suno/fetch`.
  </Card>
</CardGroup>

## Route List

| Method | Path                           | Description                     |
| ------ | ------------------------------ | ------------------------------- |
| `GET`  | `/v1/videos/{task_id}`         | Video task query                |
| `GET`  | `/v1/videos/{task_id}/content` | Proxy download of video results |
| `GET`  | `/suno/fetch/{id}`             | Suno single task query          |
| `POST` | `/suno/fetch`                  | Suno batch query                |

## Recommended Reading Order

1. [Grok Task Query](../videos/grok/query)
2. [Suno Tasks](../audio/suno)
