Download SEDE CSV
documentedDownload the CSV export for a SEDE query.
GET /{site}/csv/{query_id}Data Explorerno implementation yet0 runsNo 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"