Internal (Enneo only)
Run an ad-hoc read-only query
GET /internal/query
GET /internal/query
Diagnostic SQL endpoint — accepts a SQL string in q and returns the rows. Locked down to
Enneo staff and never enabled on customer-facing deployments.
Query parameters
qstringqueryrequiredSQL string to run (read-only).
Responses
200 — Successful operation
Response Example
{
"rows": [
null
]
}