---
title: "Get audio enhancement"
method: GET
path: "/audio_enhancements/{enhancement_uuid}"
tags: ["audioEnhancement"]
---

# Get audio enhancement

`GET /audio_enhancements/{enhancement_uuid}`

Poll this endpoint to check the status of an enhancement job and retrieve the download URL when complete.

## Path parameters

- `enhancement_uuid` string, required

## Headers

- `Authorization` string, required

## Response `200`

Enhancement details

- AudioEnhancementGetAudioEnhancementResponse200
  - `success` boolean
  - `uuid` string
  - `status` 'pending' | 'processing' | 'completed' | 'failed'
  - `enhanced_audio_url` string, uri, nullable — Download URL. Only present when status is completed. This is a temporary signed URL.
  - `error_message` string, nullable — Human-readable error. Only present when status is failed.

## Other responses

- `404` — Not found

---

[API](https://skmtc.dev/resemble/apis/api-reference.md) · [All operations](https://skmtc.dev/resemble/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/resemble/api-reference/revisions/e93597a6b425/schema)
