mserve
PricingAPI ReferenceStatusAPI Console
PricingAPI ReferenceStatusAPI ConsoleWelcomeQuickstartPricing
OverviewText to SpeechStreaming InputSpeech to TextCustom VoicesSpeech to SpeechHistory
Real-timeRealtime over WebSocketEmbeddingsBatch
AuthenticationBillingRate LimitsErrorsCompatibility
API Reference
Create chat completion POSTCreate completion POSTCreate embeddings POSTCreate realtime client secret POSTCreate realtime session POSTCreate response POST
Delete history item DELETEDelete sample DELETEDelete voice DELETEHistory item audio GETRetrieve history item GETList history GETList models (ElevenLabs shape) GETUser subscription GETUser GETDefault voice settings GETSample audio GETVoice settings GETRetrieve voice GETList voices GETCreate speech POSTCreate transcription POSTCreate translation POSTSpeech to speech, streamed POSTSpeech to speech POSTSpeech to text POSTText to speech, streamed with timestamps POSTText to speech, streamed POSTText to speech with timestamps POSTText to speech POSTAdd voice (clone) POSTEdit voice POSTEdit voice settings POST
API ReferenceVoice

Retrieve history item

View as MarkdownOpen in ChatGPTOpen in Claude
GET
/elevenlabs/v1/history/{item_id}

Path Parameters

item_id*Item Id

Header Parameters

authorization?Authorization
Default""
xi-api-key?Xi-Api-Key
Default""

Response Body

application/json

application/json

curl -X GET "https://example.com/elevenlabs/v1/history/string"
null

History item audio GET

Previous Page

List history GET

Next Page