Returns files belonging to the authenticated organization with pagination, search, filtering, and sorting capabilities.
WorkOS API key for authentication
Page number (default: 1)
x >= 1Items per page (default: 100, max: 1000)
1 <= x <= 1000Number of items to skip (default: 0). Takes precedence over page-based calculation.
x >= 0Search in id, key, or file_name (case-insensitive partial match)
Filter by content type (exact match)
"image/png"
Filter by size greater than or equal (in bytes)
x >= 01024
Filter by size less than or equal (in bytes)
x >= 01048576
Sort field (default: created_at)
created_at, updated_at, file_name, size, content_type Sort direction (default: desc)
asc, desc Files retrieved successfully
Indicates if the request was successful
true
Database ID of the organization
"123e4567-e89b-12d3-a456-426614174000"
Name of the organization
"Acme Corporation"
Array of files belonging to the organization
Pagination metadata
Number of files returned in this response
100