Databases
List Databases
List all databases created.
GET
The response separates active or provisioning databases (in
data.databases) from databases whose provisioning failed (in data.failed_databases). Use Database Status to confirm readiness before ingestion.
Retry notes
- If provisioning failed for a database,
data.failed_databasescontains diagnostic entries as shown in the Provisioning issue tab. - Retry failed databases: If a database appears in
data.failed_databases, re-create that database withPOST /databasesafter addressing the reported issue. Poll status again before ingestion.