List downloads
Download
List downloads
GET /download/list
GET
List downloads
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
GET /download/list Description: Returns a paginated list of downloads for the requesting tenant, ordered by creation date (newest first). Supports optional status filtering. Authorization:- Required role:
useror higher
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Query Parameters
Page number (starts at 1)
Required range:
x >= 1Items per page (max 100)
Required range:
1 <= x <= 100Filter by download status
Available options:
pending, processing, completed, failed