Databases
List Collections
List collection IDs inside a database.
GET
- A default collection is provisioned automatically when a database is created. This default collection stores all your context. 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"