Getting a paginated list of files. If you need multiple results pages, use previous
/next
from the response to navigate back/forth.
true
to only include removed files in the response, false
to include existing files. Defaults to false
.
true
to only include files that were stored, false
to include temporary ones. The default is unset: both stored and not stored files are returned.
Specifies the way files are sorted in a returned list. datetime_uploaded
for ascending order, -datetime_uploaded
for descending order.
A starting point for filtering the files. If provided, the value MUST adhere to the ISO 8601 Extended Date/Time Format (YYYY-MM-DDTHH:MM:SSZ
).