List a session's captured downloads
Returns the files this session captured off its phone, newest first — the direct answer to "what did this session download". Rows appear at detection, before the bytes finish moving, so a caller waiting on a file watches its capture state progress rather than an empty list.
Path parameters
session whose captures to list
session whose captures to list
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
Response
OK
Example response
{
"$schema": "/api/v1/FileDownloadListResponse.json"
}