elevenlabs_get_speech_history
List Generated Items. Returns a list of your generated audio (e.g. text to speech, speech to speech, Studio, dubbing). Music and SFX generations are not included and cannot currently be retrieved via the API.
Bulk support: accepts start_after_history_item_ids, voice_ids, model_ids for batched execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | ||
| source | No | ||
| account | No | ||
| model_id | No | ||
| voice_id | No | ||
| model_ids | No | ||
| page_size | No | ||
| voice_ids | No | ||
| sort_direction | No | ||
| date_after_unix | No | ||
| date_before_unix | No | ||
| start_after_history_item_id | No | ||
| start_after_history_item_ids | No |