List
List all collections that belong to your organization with optional search filtering.
Collections are always sorted by creation date (newest first).
Authentication
Headers
Query parameters
Maximum number of collections to return (1-1000)
Search term to filter by name or readable_id
Response
Human-readable display name for the collection.
URL-safe unique identifier used in API endpoints. This becomes non-optional once the collection is created.
Vector dimensions used by this collection. Determines which embedding model is used: 3072 (text-embedding-3-large), 1536 (text-embedding-3-small), or 384 (MiniLM-L6-v2).
Name of the embedding model used for this collection (e.g., ‘text-embedding-3-large’, ‘text-embedding-3-small’). This ensures queries use the same model as the indexed data.
Timestamp when the collection was created (ISO 8601 format).
Timestamp when the collection was last modified (ISO 8601 format).