v1
latestOpenAPI 3.1.02026-07-26132249.4 KBAPI
File Management
Get list of all stored files
Get the list of all stored files for an account, ordered by creation time - descending. Can return command output files or stored files. Will not return deleted files or input files.
get/v1/files
Query parameters
limitinteger
Maximum number of files to return
Maximum number of files to return
offsetinteger
Number of files to skip before starting to collect the result set
Number of files to skip before starting to collect the result set
Response
Successful Response
Example response
[
{
"file_id": "987fcdeb-a89b-43d3-b456-789012345678",
"environment_name": "main",
"storage_url": "https://storage.rendi.dev/123e4567-e89b-12d3-a456-426614174000/output.avi",
"error_status": "UNREACHABLE_INPUT_FILE",
"external_error_message": "Input file url https://rendi.dev/example is not reachable.",
"size_mbytes": 15.2,
"file_count": 5,
"size_compressed_mbytes": 15.2
}
]