Get Upload Status
File Uploads
Get Upload Status
Check the status of a temporary file upload.
GET
Get Upload Status
Authentication
This endpoint requires an API key.Path Parameters
The upload ID returned from the presign endpoint.
Response
Upload identifier.
Original filename.
MIME type of the uploaded file.
CDN URL of the file.
Upload status:
pending (file available) or expired (file deleted).ISO 8601 timestamp of when the upload was created.
ISO 8601 timestamp of when the file will be deleted.
Error Codes
| Code | Description |
|---|---|
NOT_FOUND | Upload not found or does not belong to your account. |