Paginated files with sort, folder filter, and meta pagination.
Documentation Index
Fetch the complete documentation index at: https://autorender.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
files (lightweight rows for listing) and meta pagination (page, limit, total, hasNext, hasPrev). Use sort_field + sort_order for ordering, and folder_no to scope to a folder.
thumbanil exactly as the API returns it today (thumbnail URL).| Parameter | Type | Description |
|---|---|---|
page | integer | Page number (default 1) |
limit | integer | Page size (e.g. 20) |
sort_field | string | One of: file_size, name, created_at, updated_at |
sort_order | string | asc or desc |
folder_no | string | Only files in this folder |
name | string | Filename filter (partial), if supported |
path | string | Path filter, if supported |
tags | string | Comma-separated tags, if supported |
files[]: file_no, name, thumbanil, url, file_size, format, width, height, created_at, workspace_no, path, extension
meta: page, limit, total, hasNext, hasPrevBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Page number (1-based)
Items per page
Field to sort by
file_size, name, created_at, updated_at Sort direction
asc, desc Restrict results to files in this folder (folder number)
Filter by filename (partial match, if supported)
Filter by path prefix (if supported)
Comma-separated tags (if supported)