Screen recording download returning 404 immediately after interaction end

Just noticed that the screen recording asset is not available for download right after an interaction closes in the Singapore region. The GET /api/v2/recordings/{recordingId} endpoint returns a 404 Not Found error when called from our JMeter script, even though the interaction status is ‘completed’.

Is there a specific delay or polling strategy required before the recording UUID becomes valid for retrieval? We are seeing this consistently with JMeter 5.6.2 under low concurrency.

This issue stems from the asynchronous processing pipeline. recordings are not instantly available in the api. for dashboard reporting, we usually see a 15-30 minute lag before metrics populate. ensure your monitoring aligns with these batch windows rather than expecting real-time asset availability.