generation_job_id and history_item_id, so they appear in history while they move from active to ready or failed.
Listing recent requests
Downloading audio
Pull the original audio for a recorded request and save it locally. The logs page also offers inline playback and a direct download link. For async jobs, use the generation jobs audio endpoint. Active jobs returnGENERATION_NOT_READY with Retry-After.
Deleting items
Purge test runs before sharing logs, or clean up old generations. The SDK exposeshistory.delete; the HTTP equivalent is DELETE /v1/history/{history_item_id}.
Related workflows
Text to speech
Generate the sync, async, and streaming requests that appear in history.
API reference
Inspect history, generation job, and audio download endpoints.
Developer logs
Review request status, latency, playback, downloads, and Copy as cURL.
Errors
Handle not-ready jobs, missing history items, auth failures, and transient generation errors.

