namespaces.list
Returns every namespace on this Moorcheh instance, including type, vector dimension, item count, and created time.GET /namespaces — see List namespaces
Parameters
None. Returns:dict[str, Any] — object with a namespaces array.
Raises: MoorchehApiError on non-2xx responses.
Examples
List All Namespaces
Response Fields
Error Handling
Error Handling Example
Related Operations
- Create Namespace — add a namespace
- Delete Namespace — remove a namespace
- API: List namespaces
- CLI: moorcheh namespace-list