Get download status
Returns the status of a download created with the request-a-download endpoint. When the download is completed, the payload carries a short-lived signed URL for the generated file. Only the API client that created the download can read it.
Authorizations
Include your API key in the X-Api-Key header of every request.
Path Parameters
The ID of the meeting recording the download belongs to.
123456789
The download ID returned when the download was requested.
"dl_CJAj1YPuruCgWHaKgEBv6Mb1UsNj8x"
Response
The current status of the download.
"dl_CJAj1YPuruCgWHaKgEBv6Mb1UsNj8x"
123456789
processing, completed, failed, expired "processing"
Present when a video recording's download is completed.
Present when an audio-only recording's download is completed.
Present when the download failed.
generation_failed, generation_timeout 
