/api/v1/collections/{collection_id}/files
Path Parameters
string
required
The collection’s UUID.
Query Parameters
integer
default:"0"
Number of results to skip (offset pagination).
integer
default:"100"
Maximum number of files to return.
string
Filter by status:
pending, processing, ready, failed, or stored.string
Case-insensitive substring match on the file path.
string
default:"updated_at"
Sort field:
file_name, status, or updated_at.string
default:"desc"
Sort direction:
asc or desc.Response
array
Array of file objects.
integer
Total number of files matching the filters.
boolean
Whether more results exist beyond this page.

