v1

latestOpenAPI 3.0.02026-08-0455133277.1 KB
Catalog

Get download status

Get the current status of a download resource, signed_url field will be populated only if the operation is successful.

get/v0/catalogs/download/{download_id}

Path parameters

download_idstring required

Download ID

Response

OK

idstring
signed_urlstring
status'success' | 'created' | 'failed' | 'in_progress'

Example response

{
  "id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
  "signed_url": "http://signed_url_link"
}