Sign in

Download Report (CSV) by ID

documented

Fetch a report’s data in CSV format using the report’s numeric ID.

GET /data_view/{id}/data.csvReportsno 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://secure.workbooks.com/data_view/{{$id}}/data.csv?api_key={{WORKBOOKS_API_KEY}}" \
  -X GET \
  -H "Accept: text/csv"