---
title: "Query custom model"
method: GET
path: "/suno/fetch/{model_id}"
---

# Query custom model

`GET /suno/fetch/{model_id}`

## Path parameters

- `model_id` string, required

## Response `200`

Success

- object
  - `id` string — Model ID
  - `status` string — Status: pending (training), complete (finished)

---

[API](https://skmtc.net/deerapi/apis/text-to-audio-api.md) · [All operations](https://skmtc.net/deerapi/apis/text-to-audio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deerapi/text-to-audio-api/revisions/b6265ced74a1/schema)
