Skip to main content
GET
List download entries
Retrieve paginated list of all download jobs in your account. Each entry shows download status, timestamps, and download URLs for completed jobs.
  • Results are paginated with page_index and count parameters
  • count has a maximum of 5,000 items per request
  • Status can be processing, done, or error
  • Completed downloads include a download_url valid for 24 hours

Get Download Status

Get detailed information for a specific download

Create Download

Start a new download job

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Query Parameters

page_index
integer
Example:

0

count
integer
Required range: x <= 5000
Example:

50

Response

200 - application/json

List of downloads

success
boolean
Example:

true

data
object