Files
List namespaces
List all registered filesystem namespaces and their local roots. Namespaces are configured under filesystems.namespaces in settings; well-known names include 'session' and 'skills'; additional namespaces may be added in settings.
get/v1/files/namespaces
Response
Successful Response
Example response
{
"data": [
{
"name": "session",
"root": "/mnt/filesystems/session",
"default_mode": "rw"
}
]
}Changes
Changed in 1 of the 11 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○