Skip to main content
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

string
required
Your API key for authentication
string
required
Must be application/json

Query Parameters

This endpoint does not accept query parameters. All namespaces for the authenticated user are returned.

Response Fields

Namespace Object

string
Unique name of the namespace
string
Namespace type: “text” or “vector”
number|null
Vector dimension (null for text namespaces)
number
Total number of items in the namespace
string
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