List query results
Query
List Query Results
List all query runs with pagination and filtering options. List items omit the columns and rows payloads — fetch an individual run via GET /query/ for the full result.
GET
List query results
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Maximum number of query results to return
Required range:
1 <= x <= 100Number of query results to skip
Required range:
x >= 0Filter by query status
Available options:
completed, failed, in_progress, cancelled Filter query results created before a specific date (YYYY-MM-DD format), in UTC timezone
Filter query results created after a specific date (YYYY-MM-DD format), in UTC timezone