Sign in

Get data explorer query result

documented

Retrieve results of a saved SEDE query by site and id.

GET /{site}/query/{ids}Data Explorerno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://data.stackexchange.com/{{$site}}/query/{{$ids}}" \
  -H "Accept: text/html" \
  -H "User-Agent: keychains/1.0"
Get data explorer query result · Stack Exchange · OpenIntegrations