API Reference
- GETPing Health
- POSTRetrieve Chunks
- POSTRetrieve Documents
- POSTBatch Get Documents
- POSTBatch Get Chunks
- POSTQuery Completion
- GETGet Chat History
- POSTAgent Query
- POSTList Documents
- GETGet Document
- DELDelete Document
- GETGet Document Status
- GETGet Document By Filename
- POSTUpdate Document Text
- POSTUpdate Document File
- POSTUpdate Document Metadata
- GETGet Usage Stats
- GETGet Recent Usage
- POSTCreate Cache
- GETGet Cache
- POSTUpdate Cache
- POSTAdd Docs To Cache
- POSTQuery Cache
- POSTCreate Graph
- GETList Folders
- POSTCreate Folder
- GETGet Folder
- DELDelete Folder
- POSTAdd Document To Folder
- DELRemove Document From Folder
- GETGet Graph
- GETList Graphs
- POSTUpdate Graph
- POSTGenerate Local Uri
- POSTGenerate Cloud Uri
- POSTSet Folder Rule
- DELDelete Cloud App
- GETList Chat Conversations
API Reference
List Folders
List all folders the user has access to.
Args: auth: Authentication context
Returns: List[Folder]: List of folders
GET
/
folders
Copy
Ask AI
[
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"owner": {},
"document_ids": [
"<string>"
],
"system_metadata": {},
"access_control": {},
"rules": [
{}
]
}
]
Headers
Response
200
application/json
Successful Response
The response is of type Folder · object[]
.
Was this page helpful?
Copy
Ask AI
[
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"owner": {},
"document_ids": [
"<string>"
],
"system_metadata": {},
"access_control": {},
"rules": [
{}
]
}
]
Assistant
Responses are generated using AI and may contain mistakes.