---
title: "Get lyrics status"
method: GET
path: "/distribution/v1/lyrics/{lyrics_request_id}"
tags: ["Lyrics"]
---

# Get lyrics status

`GET /distribution/v1/lyrics/{lyrics_request_id}`

Returns the current processing status of a lyrics submission. When `status` is `success`, the response includes the indexed plain-text lyrics.

## Path parameters

- `lyrics_request_id` integer, required

## Query parameters

- `musixmatch_user_id` string, required

## Response `200`

Current lyrics status.

- LyricsStatusEnvelope
  - `message` string — Descriptive message of performed operation
  - `data` object
    - `lyrics` object
      - `lyrics_request_id` integer — Unique identifier for this lyrics submission
      - `status` 'pending' | 'progress' | 'success' | 'failure'
      - `lyrics` string — Plain-text lyrics, present when `status` is `success`
      - `error` string — Error description when `status` is `failure`

## Other responses

- `401` — Unauthorized — missing or invalid Bearer token
- `403` — Forbidden - provided user id not matching request
- `502` — Bad gateway — upstream service call failed or returned an unexpected response

---

[API](https://skmtc.net/musixmatch/apis/lyrics-api.md) · [All operations](https://skmtc.net/musixmatch/apis/lyrics-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/musixmatch/lyrics-api/revisions/edbc169d5499/schema)
