v1
latestOpenAPI 3.1.02026-07-2675394318.9 KBfiles
List uploaded files for the current namespace
Returns a paginated list of uploaded files for the current namespace.
get/files
Query parameters
limitinteger
Maximum number of files to return
offsetinteger
Number of files to skip
sincestring date-time
Filter files created after this time
untilstring date-time
Filter files created before this time
Response
List of uploaded files
Example response
{
"files": [
{
"uuid": "12345678-9abc-baba-deda-0123456789ab",
"size": 1024
}
]
}