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}
Authorisations
AuthorizationString
Path Parameters
download_idstringrequired
Download IDResponse
OKapplication/json
idstring
Example: "47435e2b-d8c4-41ff-9de9-2be3bfc92276"signed_urlstring
Example: "http://signed_url_link"statusstring
Example: "success"Get download status
1curl -X GET 'https://api.pixxel.space/v0/catalogs/download/{download_id}' \2 -H 'Authorization: YOUR_API_KEY'
Response:
{"id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276","signed_url": "http://signed_url_link","status": "success"}