API Reference
- GETPing Health
- GETGet Available Models
- POSTRetrieve Chunks
- POSTRetrieve Documents
- POSTBatch Get Documents
- POSTBatch Get Chunks
- POSTQuery Completion
- GETGet Chat History
- GETGet Available Models For Selection
- POSTAgent Query
- POSTList Documents
- GETGet Document
- DELDelete Document
- GETGet Document Status
- GETGet Document By Filename
- GETGet Document Download Url
- GETDownload Document File
- 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
- GETList Folder Summaries
- GETGet Folder
- DELDelete Folder
- POSTAdd Document To Folder
- DELRemove Document From Folder
- GETGet Graph
- GETList Graphs
- GETGet Graph Visualization
- POSTUpdate Graph
- GETCheck Workflow Status
- POSTGenerate Local Uri
- POSTGenerate Cloud Uri
- POSTSet Folder Rule
- DELDelete Cloud App
- GETList Chat Conversations
model-config
API Reference
Get Folder
Get a folder by ID.
Args: folder_id: ID of the folder auth: Authentication context
Returns: Folder: Folder if found and accessible
GET
/
folders
/
{folder_id}
Copy
Ask AI
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"owner": {},
"document_ids": [
"<string>"
],
"system_metadata": {},
"access_control": {},
"rules": [
{}
]
}
Headers
Path Parameters
Response
200
application/json
Successful Response
Represents a folder that contains documents
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.