Skip to main content

Overview

Lists every namespace on this Moorcheh instance with type, item count, vector dimension, and created time. Prints JSON to stdout.

Synopsis

Options

Examples

Output

Prints JSON from GET /namespaces:
array
List of namespace objects. Empty array when no namespaces exist.
string
Unique namespace name.
string
"text" or "vector".
number | null
Vector dimension for vector namespaces; null for text.
number
Number of items stored in the namespace.
string
ISO 8601 UTC timestamp when the namespace was created.
string
"failure" on server error (500).
string
Error description on failure.
Example output

Exit codes