Sign in

Download SEDE CSV

documented

Download the CSV export for a SEDE query.

GET /{site}/csv/{query_id}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}}/csv/{{$query_id}}" \
  -X GET \
  -H "Accept: text/csv" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "X-StackExchange-Api-Key: {{STACKEXCHANGE_API_KEY}}" \
  -H "User-Agent: Keychains"
Download SEDE CSV · Stack Exchange · OpenIntegrations