Returns the actual query result data from S3. Use this for programmatic access to results. For large downloads, use the /download endpoint for a presigned URL instead.
GET
/
query-runs
/
{runId}
/
data
Get query run result data
curl --request GET \
--url https://api.flipsidecrypto.xyz/public/v3/query-runs/{runId}/data \
--header 'x-api-key: <api-key>'