List a session's captured files
Returns the files this session captured off its phone, newest first — the direct answer to "what did this session capture". Every row is source=capture. 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
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 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)
Response
OK
Example response
{
"$schema": "/api/v1/FileListResponse.json"
}