Skip to main content
GET
List Files

Authorizations

Authorization
string
header
required

An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.

Headers

Api-Version-Date
string

Pins the request to a dated API version.

Example:

"2026-08-25"

Query Parameters

file_ids
string[]
required

The files to return, each prefixed file_. Repeat the parameter to pass several, up to 250 per request. Batches of up to 100 answer in one page by default; larger batches page at up to 100 per response.

order
enum<string>

The field to sort by.

Available options:
created_at
direction
enum<string>

The sort direction.

Available options:
asc,
desc
first
integer

The number of files to return.

after
string

A cursor; returns files after this position.

last
integer

The number of files to return from the end of the range.

before
string

A cursor; returns files before this position.

Response

files listed

data
object[]
required
page_info
object
required