Get Podcast Script Metadata

View as Markdown
Retrieve metadata about the generated podcast script. Returns basic information including title, generation status, utterance count, and timestamps. Use this before fetching full utterances. **Required Status:** - SCRIPT_GENERATED or later

Path parameters

podcast_idintegerRequired

Response

Script metadata
podcast_idintegerRead-only
titlestring<=255 characters
utterance_countstringRead-only
created_atdatetimeRead-only
updated_atdatetimeRead-only
generated_atstringRead-only
generation_statusenum
Current status of podcast generation process * `not_started` - Not Started * `generating_script` - Generating Script * `script_generated` - Script Generated * `generating_audio` - Generating Audio * `completed` - Completed * `failed` - Failed
llm_promptstring or null
Optional custom prompt for the podcast script generation LLM
voice_typestring or null<=100 characters

Voice type from Hume AI (voice ID or clone settings)

Errors

400
Bad Request Error
404
Not Found Error