/api/user/recent

Get the n-most recently uploaded files.

Info

This endpoint requires authentication.

GET
Request

Query Parameters

NameTypeDescription
takestringThe 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.



Last updated: 5/28/2025
Edit this page on GitHub