List the org's files
Returns one page of the org's file library, newest first, with the org's standing usage against its storage quota. Every file carries its source (upload or capture) and, for a capture, its surface and capture state. Filter with source, surface and session_id. Files persist until deleted and any ready file can be delivered to a phone the org holds.
Query parameters
max items per page
max items per page
pagination offset
pagination offset
filter by filename, case-insensitive substring match
filter by filename, case-insensitive substring match
only files of this source
only files of this source
only captures off this surface
only captures off this surface
only files captured by this session
only files captured by this session
only files of exactly this media type
only files of exactly this media type
only files at least this many bytes (0 = no bound)
only files at least this many bytes (0 = no bound)
only files at most this many bytes (0 = no bound)
only files at most this many bytes (0 = no bound)
only files registered at or after this time (RFC 3339)
only files registered at or after this time (RFC 3339)
only files registered at or before this time (RFC 3339)
only files registered at or before this time (RFC 3339)
field to sort by; source groups uploads and captures
field to sort by; source groups uploads and captures
sort direction
sort direction
Response
OK
Example response
{
"$schema": "/api/v1/FileListResponse.json"
}