---
title: "Get Audio Separation Run Info"
method: GET
path: "/audio-separation-result/{run_id}"
tags: ["APIs", "Audio-Separation"]
---

# Get Audio Separation Run Info

`GET /audio-separation-result/{run_id}`

## Path parameters

- `run_id` integer, required — The unique identifier for the run, which was generated during the creation process and returned upon task completion.

## Response `200`

Successful Response

- AudioSeparationRunInfoResponse
  - `foreground_audio_url` string — The URL pointing to the generated audio file for the detected foreground audio.
  - `background_audio_url` string — The URL pointing to the generated audio file for the detected background audio.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/camb/apis/fastapi.md) · [All operations](https://skmtc.net/camb/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/camb/fastapi/versions/40ebeee64850/schema)
