Zum Hauptinhalt springen
GET
/
internal
/
query
Run an ad-hoc read-only query
curl --request GET \
  --url https://demo.enneo.ai/api/mind/internal/query \
  --header 'Authorization: Bearer <token>'
{
  "rows": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Abfrageparameter

q
string
erforderlich

SQL string to run (read-only).

Antwort

200 - application/json

Successful operation

rows
object[]