Get largest files
GET
/api/usage/largest
Returns the authenticated user's top 10 files sorted by size descending.
Authorizations
Token
Format: token <value>. Types: user (session) or uploader (API token).
Type
API Key (header: Authorization)
Responses
OK
application/json
JSON { "id": "string", "name": "string", "mime": "string", "size": "string", "ownerId": "string", "folderId": "string", "createdAt": "string", "updatedAt": "string", "shareId": "string" }
[
]
