Sign in

Download Report (CSV) by Name

documented

Fetch a report’s data in CSV format by its name.

GET /data_view/{name}.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/{{$name}}.csv' \
  -X GET \
  -H 'Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}' \
  -H 'Accept: text/csv' \
  -H 'User-Agent: Workbooks-API-Client'