Python
Folders
List all folders
Retrieve a paginated list of folders for the authenticated workspace.
GET
Python
Documentation Index
Fetch the complete documentation index at: https://dub.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Default authentication mechanism
Query Parameters
The search term to filter the folders by.
The page number for pagination.
Required range:
x > 0Example:
1
The number of items per page.
Required range:
0 < x <= 50Example:
50
Response
A list of folders
The unique ID of the folder.
The name of the folder.
The description of the folder.
Available options:
default, mega The access level of the folder within the workspace.
Available options:
write, read The date the folder was created.
The date the folder was updated.