execution_id obtained from making an execute query POST request.
Result returns the status, metadata, and query results (in CSV) from a query execution.
- Results data from an execution are currently stored for 90 days. This is visible on the API response on the “expires_at” field in the execution status and results body.
- There is currently a 1GB limit in how much data a single API result call can return, but there is a chance we reduce this overall or based on varying paid plan types.
- To paginate query results, please visit the pagination page to get more info.
Execute query and get result in one call
Execute query and get result in one call
Python SDK
run_query to get result in JSON,
run_query_csv to get result in CSV format,
and run_query_dataframe to get result in Pandas dataframe
