v1
latestOpenAPI 3.1.0Proprietary2026-07-262570100.1 KBdatabase-management
Get infrastructure status
Check the infrastructure provisioning status for a database
get/databases/status
Query parameters
databasestring required
Example:acme_corp
Database identifier
Response
OK
Example response
{
"data": {
"database": "acme_corp",
"infra": {
"graph_status": true,
"ready_for_ingestion": true,
"scheduler_status": true,
"vectorstore_status": {
"knowledge": true,
"memories": true
}
},
"message": "Success",
"org_id": "org_1a2b3c",
"tenant_id": "tenant_1234"
},
"error": {
"code": "DATABASE_NOT_FOUND",
"message": "Database not found"
},
"meta": {
"collection": "team_docs",
"database": "acme_corp",
"deprecation": [
{
"deprecated": true,
"deprecated_field": "tenant_id",
"deprecated_since": "2.0.1",
"message": "tenant_id is deprecated; use database instead.",
"preferred_field": "database"
}
],
"latency_ms": 12.3,
"request_id": "9d13aef4-02f4-4e73-8c62-4c2601d04f9d",
"source_type": "file",
"sub_tenant_id": "sub_tenant_4567",
"tenant_id": "tenant_1234"
},
"success": true
}