Databases
List Collections
List collection IDs inside a database.
GET
- The default collection is not created until the first write - no collection exists until then. Once you ingest without an explicit
collection, the default collection is created and stores all context written without acollection. Create additional collections at any time to scope data to users, teams, or projects. - Implicit creation. Collections are auto-created when ingestion writes data under a new
collection. The returned list grows organically as your application writes data under new values.
Authorizations
API key sent as a Bearer token: "Bearer prefix.secret"
Query Parameters
Database identifier
Example:
"acme_corp"