Skip to main content
GET
  1. 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.
  2. 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.
Related Resources

Authorizations

Authorization
string
header
required

API key sent as a Bearer token: "Bearer prefix.secret"

Query Parameters

database
string
required

Database identifier

Example:

"acme_corp"

Response

OK

data
object
Example:
error
object

Error message, empty string on success.

Example:
meta
object
Example:
success
boolean

Whether the request succeeded.

Example:

true