Execute SQL queries against your project data
query:read permission. Send it in the Authorization header:
POST/v0/querySELECT/WITH statement (read-only).LIMIT is required and must be <= 1000.200 OK returns rows plus pagination metadata inferred from the query:
400: missing query, invalid SQL, LIMIT over 1000, or missing project id.401: missing/invalid authorization header or API key.403: API key lacks query:read permission.404: project or read token not found.500: failure executing the query.JWT Bearer token for authentication. Format: 'Bearer
SQL query to execute. Must be read-only (SELECT/WITH), single statement, no comments, and include LIMIT <= 1000.