Sign in

Download Report (XLSX) by Name

documented

Fetch a report’s data in XLSX format by name.

GET /data_view/{name}.xlsxReportsno 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}}.xlsx' \
  -X GET \
  -H 'Accept: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' \
  -H 'Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}' \
  # Source: Workbooks API documentation (base URL: secure.workbooks.com; data_view endpoint)
Download Report (XLSX) by Name · Workbooks · OpenIntegrations