---
title: "Get Audio Isolation History"
method: GET
path: "/v1/audio-isolation/history"
tags: ["audio-isolation"]
---

# Get Audio Isolation History

`GET /v1/audio-isolation/history`

Returns a list of all your audio isolation generations.

## Query parameters

- `page_size` integer — How many history items to return at maximum. Defaults to 100.
- `page` integer — Page number for search pagination (1-based). Only used when search is provided.
- `search` string, nullable — Optional search term used for filtering audio isolation history (title/text).

## Headers

- `xi-api-key` string, nullable — Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

## Response `200`

Successful Response

- GetAudioIsolationHistoryResponseModel
  - `items` AudioIsolationHistoryItemResponseModel[], required
    - `id` string, required
    - `title` string, nullable, required
    - `created_at_unix` integer, required
    - `format` string, required
    - `duration_seconds` number, nullable, required
    - `download_url` string, nullable, required
    - `icon_url` string, nullable, required
    - `source_video_url` string, nullable, required
    - `supports_video` boolean, required
    - `processing` boolean, required
    - `video_processing_failed` boolean, required
    - `preview_b64` string, nullable, required
  - `has_more` boolean, required

## Other responses

- `422` — Validation Error

---

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