Get history item

GET
/v1/history/:history_item_id

Returns information about an history item by its ID.

Path parameters

history_item_idstringRequired

ID of the history item to be used. You can use the Get generated items endpoint to retrieve a list of history items.

Response

Successful Response

history_item_idstring
request_idstringOptional
voice_idstringOptional
model_idstringOptional
voice_namestringOptional
voice_categoryenumOptional
Allowed values: premadeclonedgeneratedprofessional
textstringOptional
date_unixintegerOptional
character_count_change_fromintegerOptional
character_count_change_tointegerOptional
content_typestringOptional
stateanyOptional
settingsmap from strings to anyOptional
feedbackobjectOptional
sourceenumOptional
Allowed values: TTSSTS
alignmentsobjectOptional

Errors

Built with