Returns the actual result data from the query’s latest successful run. Equivalent to finding the latest successful run and calling GET /query-runs//data.
GET
/
queries
/
{id}
/
latest
/
data
Get latest query run result data
curl --request GET \
--url https://api.flipsidecrypto.xyz/public/v3/queries/{id}/latest/data \
--header 'x-api-key: <api-key>'