List the org's captured downloads
Returns one page of the files captured off phones during sessions (AXI-1449), newest first. Each row carries its capture state: a skipped or failed capture is a visible entry with a reason, not an absence. Downloads share the library and its storage quota with uploads, and a ready download can be delivered to a phone by its id like any upload.
Query parameters
filter by filename, case-insensitive substring match
filter by filename, case-insensitive substring match
only downloads of exactly this media type
only downloads of exactly this media type
only downloads at least this many bytes (0 = no bound)
only downloads at least this many bytes (0 = no bound)
only downloads at most this many bytes (0 = no bound)
only downloads at most this many bytes (0 = no bound)
only downloads registered at or after this time (RFC 3339)
only downloads registered at or after this time (RFC 3339)
only downloads registered at or before this time (RFC 3339)
only downloads registered at or before this time (RFC 3339)
max items per page
max items per page
pagination offset
pagination offset
only downloads captured by this session
only downloads captured by this session
field to sort by
field to sort by
sort direction
sort direction
Response
OK
Example response
{
"$schema": "/api/v1/FileDownloadListResponse.json"
}