Get Generated Items

GET
/v1/history

Returns metadata about all your generated audio.

Query parameters

page_sizeintegerOptional

How many history items to return at maximum. Can not exceed 1000, defaults to 100.

start_after_history_item_idstringOptional

After which ID to start fetching, use this parameter to paginate across a large collection of history items. In case this parameter is not provided history items will be fetched starting from the most recently created one ordered descending by their creation date.

voice_idstringOptional

Voice ID to be filtered for, you can use GET https://api.elevenlabs.io/v1/voices to receive a list of voices and their IDs.

searchstringOptional

search term used for filtering

source"TTS" or "STS"Optional

Source of the generated history item

Allowed values: TTSSTS

Response

Successful Response

historylist of objects
last_history_item_idstring
has_moreboolean