Get the current status of a download resource, signed_url field will be populated only if the operation is successful.
cURL
curl --request GET \ --url https://api.pixxel.space/v0/catalogs/download/{download_id} \ --header 'Authorization: <api-key>'
{ "id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276", "signed_url": "http://signed_url_link", "status": "success" }
Download ID
OK
The response is of type object.
object