Base URL
Authentication
Endpoints
Lineage
Queries
/api/v1/query is the endpoint the SDKs and MCP tools use. It parses the SQL, estimates the input, and routes to DuckDB, Polars, Bloom, or Spark, returning the decision in engine_decision. See Query routing. The engine-specific endpoints below it remain available when you need to pin one.
OpenLineage compatibility
oleander implements the OpenLineage specification. Any OpenLineage-compatible producer - Airflow, dbt, Spark, Flink - can send events directly to/api/v1/lineage without modification.