Get List of Files/ Folders
Fetches list of files and folders from the media storage
GET
Get List of Files/ Folders
Documentation Index
Fetch the complete documentation index at: https://help.hoopai.com/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Access Token
Example:
"Bearer 9c48df2694a849b6089f9d0d3513efe"
Query Parameters
Number of files to skip in listing
Number of files to show in the listing
Field to sorting the file listing by
Direction in which file needs to be sorted
Type
Query text
AltType
Fetch all files or folders
Response
200 - application/json
Successful response
Array of File Objects
Example:
{
"altId": "locationId",
"altType": "location",
"name": "file name",
"parentId": "parent folder id",
"url": "file url",
"path": "file path"
}Last modified on March 8, 2026
Get List of Files/ Folders