Skip to main content
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: user or higher
Method: GET

Code Examples

Authorizations

Authorization
string
header
required

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

Query Parameters

page
integer
default:1

Page number (starts at 1)

Required range: x >= 1
limit
integer
default:20

Items per page (max 100)

Required range: 1 <= x <= 100
status
enum<string>

Filter by download status

Available options:
pending,
processing,
completed,
failed

Response

Paginated download list

status
string
Example:

"success"

data
object[]
meta
object