List Folder Files
List paginated files associated with a data folder.
Path parameters
Query parameters
File ID cursor for pagination. Returns files that come before this file ID in the specified sort order
File ID cursor for pagination. Returns files that come before this file ID in the specified sort order
File ID cursor for pagination. Returns files that come after this file ID in the specified sort order
File ID cursor for pagination. Returns files that come after this file ID in the specified sort order
Maximum number of files to return
Maximum number of files to return
Sort order for files by creation time. 'asc' for oldest first, 'desc' for newest first
Sort order for files by creation time. 'asc' for oldest first, 'desc' for newest first
Field to sort by
Field to sort by
Whether to include full file content
Whether to include full file content
Response
Successful Response
Example response
[
{
"id": "file-123e4567-e89b-12d3-a456-426614174000"
}
]