Skip to main content
GET
  1. 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 a collection. 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