Skip to main content
GET
List Files

Overview

Retrieve a paginated list of files in your account or within a specific folder.

Query Parameters

string
Filter files by folder ID. Omit to list files in root directory.
integer
default:"1"
Page number for pagination
integer
default:"50"
Number of items per page (max: 100)
string
default:"created_desc"
Sort order. Options: created_asc, created_desc, modified_asc, modified_desc, name_asc, name_desc, size_asc, size_desc
string
Filter by file type: image, video, audio, document, archive, other
Search files by name

Example Request

Response

boolean
Indicates if the request was successful
array
Array of file objects
object

Example Response

Error Responses

Notes

  • The download_url expires after 1 hour. Generate a new one by calling this endpoint again.
  • Thumbnails are only available for images, videos, and PDFs
  • Deleted files are not included in the list
  • Maximum per_page value is 100