Get
/query/results
Get results for a finished query
Security
HTTP
Type bearer
Bearer token authentication. Include the token in the Authorization header:
Authorization: Bearer <your-token>
Query parameters
json
Required
object
api_key
string
API key when not using an authorization header
schedule_id
string Required
Schedule ID for the query
offset
integer
Pagination offset for the number of result rows to return
Default0
limit
integer
Maximum number of result rows to return
Responses
200
Query results retrieved successfully
object
Schema will vary based on the originally requested output format
string
CSV formatted data when originally requested in CSV format
404
No results found for this query
object
error
string
Error code indicating no results are available
Valid values[
"QUERY_RESULTS_UNAVAILABLE"
]