Get Podcast Script Metadata
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_id
Response
Script metadata
podcast_id
title
utterance_count
created_at
updated_at
generated_at
generation_status
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_prompt
Optional custom prompt for the podcast script generation LLM
voice_type
Voice type from Hume AI (voice ID or clone settings)
Errors
400
Bad Request Error
404
Not Found Error

