Namespace Management
List Namespaces
Retrieve a list of all namespaces in your account with their details and statistics.
GET
Overview
Retrieve a comprehensive list of all namespaces in your account, including their metadata, document counts, and usage statistics. This endpoint provides essential information for namespace management and monitoring.The response includes both text and vector namespaces, with type-specific metadata for each.
Each namespace object uses snake_case keys, including
item_count and created_at (not camelCase).Authentication
Your API key for authentication
Must be
application/jsonQuery Parameters
This endpoint does not accept query parameters. All namespaces for the authenticated user are returned.Response Fields
Namespace Object
Unique name of the namespace
Namespace type: “text” or “vector”
Vector dimension (null for text namespaces)
Total number of items in the namespace
ISO 8601 timestamp of creation
Use Cases
- Dashboard Display: Show namespace overview with usage statistics
- Data Management: Monitor storage usage and document counts
- Namespace Selection: Populate dropdowns for namespace selection in applications
- Usage Analytics: Track namespace growth and activity over time
- Resource Planning: Understand storage and document distribution across namespaces
Related Endpoints
- Create Namespace - Create a new namespace
- Delete Namespace - Remove a namespace
- Upload Data - Add data to namespaces