Health
Diagnostics
Database diagnostics for local and deployment troubleshooting.
get/health/diagnostics
Headers
x-tenant-idstring required
Tenant to resolve. The shipped config files define only the "public" tenant. No fallback — omitting this fails with TE_03.
Response
OK
Example response
{
"database": {
"database_connection": "Working",
"database_read": "Working",
"database_write": "Working",
"database_delete": "Working"
}
}