Skip to main content
GET
Get download status
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

GET /download//status Description: Returns the current status, progress, and download URL for a specific download. Results are scoped to the requesting tenant — a download belonging to another tenant returns 404. Authorization:
  • Required role: user or higher
Method: GET

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string<uuid>
required

Download record UUID

Response

Download status retrieved

status
string
Example:

"success"

data
object