List files
GET
This feature is in Private Preview. For access or more information, contact us or reach out to your account representative.
Query Parameters
integer
The maximum number of files to return.Default:
Maximum:
20Maximum:
100string
A cursor for pagination. Pass a file ID to retrieve all files created after that file. For example, if you have files
[file-abc123, file-def456, file-jkl789, file-mno123] and pass after=file-def456, the response will return [file-jkl789, file-mno123].Response
string
The object type, which is always
list.array
An array of file objects.
boolean
Whether there are more files available beyond this page.

