---
title: "GET /suno/v1/fetch"
method: GET
path: "/suno/v1/fetch"
deprecated: true
---

# GET /suno/v1/fetch

`GET /suno/v1/fetch`

> **Deprecated.**

## Query parameters

- `jobId` string, required

## Response `200`

Request successful

- object
  - `status` 'ON_QUEUE' | 'SUCCESS' | 'FAILED', required
  - `message` string, required — Response message
  - `jobId` string — Task ID
  - `data` union
    - object — Audio task result
      - `jobId` string — Task ID
      - `action` string — Task type
      - `progress` string — Task progress
      - `mv` string — Model to use
      - `quota` string — Quota consumed
      - `hookUrl` string — Callback URL
      - `musics` object[] — Audio list
        - `musicId` string — Music ID
        - `prompt` string — Lyrics
        - `title` string — Title
        - `tags` string — Style tags
        - `imageUrl` string — Cover image. Validity: see [Storage and Persistence](/grids/en/faq/storage)
        - `imageLargeUrl` string — Large cover image. Validity: see [Storage and Persistence](/grids/en/faq/storage)
        - `audioUrl` string — Audio file. Validity: see [Storage and Persistence](/grids/en/faq/storage)
        - `videoUrl` string — Video file. Validity: see [Storage and Persistence](/grids/en/faq/storage)
        - `duration` number — Audio duration
        - `negativeTags` string — Style tags to avoid
        - `styleWeight` number — Style weight
        - `weirdnessConstraint` number — Weirdness weight
        - `audioWeight` number — Audio URL
        - `createdAt` string — Created at
    - object — Lyrics task result
      - `jobId` string — Task ID
      - `action` string — Task type
      - `progress` string — Task progress
      - `prompt` string — Prompt
      - `text` string — Lyrics result
      - `title` string — Title
      - `tags` string — Style tags
      - `quota` string — Quota consumed
      - `hookUrl` string — Callback URL
    - object — Create voice task result
      - `jobId` string — Task ID
      - `name` string — Voice name
      - `persona_id` string — voice id
      - `quota` string — Quota consumed
      - `hookUrl` string — Callback URL

## Other responses

- `400` — Parameter error
- `401` — Authorization failed

---

[API](https://skmtc.net/ttapi/apis/flowmusic-api-docs.md) · [All operations](https://skmtc.net/ttapi/apis/flowmusic-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ttapi/flowmusic-api-docs/versions/f27f8a59dbd0/schema)
