Databases
Database Status
Check the readiness of a database’s infrastructure.
GET
Database creation is asynchronous, check if your database is ready before executing ingestion or any queries.
The response includes
Stale database IDs: If
infra.ready_for_ingestion, a convenience flag derived from the vectorstore fields below. For a single check, read that field. The underlying signals are:
infra.ready_for_ingestion === true(derived - true once both vectorstores are provisioned)infra.scheduler_status === true(the background indexing scheduler)infra.graph_status === true(the graph layer)infra.vectorstore_status.knowledge === trueinfra.vectorstore_status.memories === true
database does not exist, the call returns 404 DATABASE_NOT_FOUND. Always verify that the database was created successfully before polling.
Authorizations
API key sent as a Bearer token: "Bearer prefix.secret"
Query Parameters
Database identifier
Example:
"acme_corp"