/
MO
morphik-org
/
FastAPI
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 7mo ago
Details
Filter operations
Documents
14
EE - Connectors
12
Folders
10
get
List Folders
post
Create Folder
post
Folder Details
get
List Folder Summaries
get
Get Folder Summary
put
Upsert Folder Summary
post
Add Document To Folder
delete
Remove Document From Folder
get
Get Folder
delete
Delete Folder
health
2
Ingestion
5
Logs
1
models
5
Usage
1
get
Get Available Models
post
Retrieve Chunks
post
Retrieve Chunks Grouped
post
Retrieve Documents
post
Search Documents By Name
post
Batch Get Documents
post
Batch Get Chunks
post
Query Completion
get
Get Chat History
get
Get Available Models For Selection
post
Generate Cloud Uri
get
List Cloud Apps
delete
Delete Cloud App
post
Rotate App Token
patch
Rename Cloud App
get
List Chat Conversations
patch
Update Chat Title
Folders
Get Folder
Get a folder by ID or name.
get
/folders/{folder_id_or_name}
Path parameters
folder_id_or_name
string
required
Headers
authorization
string
nullable
Response
Successful Response
Folder
required
Represents a folder that contains documents
id
string
name
string
required
full_path
string
nullable
parent_id
string
nullable
depth
integer
nullable
description
string
nullable
document_ids
string[]
nullable
system_metadata
object
summary_storage_key
string
nullable
summary_version
integer
nullable
summary_bucket
string
nullable
summary_updated_at
string
nullable
app_id
string
nullable
end_user_id
string
nullable
child_count
integer
nullable
Changes