Submits a query to Isofold for optimization and execution.
Field | Type | Required | Description |
---|---|---|---|
query | string | ✅ | The raw SQL to execute |
warehouse | string | ✅ | Target warehouse (bigquery , snowflake , aurora ) |
Field | Type | Description |
---|---|---|
trace_id | string | Unique identifier for this request |
rewritten_query | string | The version Isofold actually executed |
duration_ms | number | Total end-to-end latency in milliseconds |
rows | integer | Row count in the result set |
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The SQL query to run
The body is of type object
.
Query completed successfully
The response is of type object
.