Download Report (CSV) by ID
documentedFetch a report’s data in CSV format using the report’s numeric ID.
GET /data_view/{id}/data.csvReportsno 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://secure.workbooks.com/data_view/{{$id}}/data.csv?api_key={{WORKBOOKS_API_KEY}}" \
-X GET \
-H "Accept: text/csv"