Execute agent query (synchronous)
POST/api/v1/agent/query
Execute a natural language query against your ontology. The agent will:
- Parse your question
- Plan which tools to use
- Execute tools (SQL, graph queries, etc.)
- Synthesize an answer
Recommended for external integrations - returns complete response when done.
Request
Responses
- 200
- 400
- 401
- 403
- 429
Query executed successfully
Missing or invalid API key
Missing or invalid API key
Insufficient permissions or scope
Rate limit exceeded