Speech Analytics API missing transcript text

Calling GET /api/v2/analytics/speech/interactions/{interactionId} returns 200 but the transcripts array is empty. The interaction definitely has transcription enabled in the UI. Is there a specific delay or a different endpoint I need to hit to get the actual voice-to-text data?

{
 "transcripts": [],
 "status": "completed"
}