/api/user/recent
Get the n-most recently uploaded files.
Info
This endpoint requires authentication.
GET Request
Query Parameters
Name | Type | Description |
---|---|---|
take | string | The number of recent files to return (default: 3). |
Response
Status: 200 OK
Content-Type: application/json
An array of File objects.
Error Responses
-
400 Bad Request
If the
take
parameter is not a valid number.
/api/user/export
Export, download, and delete a data archive (export) as the current us...
/api/user/sessions
View and manage the logged in user's sessions.
Last updated: 5/28/2025
Edit this page on GitHub