Sign in

Expense reports

documented

Fetch expense totals by client/project/user over a date range.

GET /v2/reports/expense_reportsReportsno 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://api.harvestapp.com/v2/reports/expenses/clients?from={{$from}}&to={{$to}}&page={{$page}}&per_page={{$per_page}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Harvest-Account-Id: {{ACCOUNT_ID}}" \
  -H "User-Agent: MyApp ({{$user_email}})" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"