Skip to main content
GET
Get download status

Authorizations

X-Api-Key
string
header
required

Include your API key in the X-Api-Key header of every request.

Path Parameters

recording_id
integer
required

The ID of the meeting recording the download belongs to.

Example:

123456789

download_id
string
required

The download ID returned when the download was requested.

Example:

"dl_CJAj1YPuruCgWHaKgEBv6Mb1UsNj8x"

Response

The current status of the download.

download_id
string
required
Example:

"dl_CJAj1YPuruCgWHaKgEBv6Mb1UsNj8x"

recording_id
integer
required
Example:

123456789

status
enum<string>
required
Available options:
processing,
completed,
failed,
expired
Example:

"processing"

video
object

Present when a video recording's download is completed.

audio
object

Present when an audio-only recording's download is completed.

failure_reason
enum<string>

Present when the download failed.

Available options:
generation_failed,
generation_timeout