Sign in

List time entries

documented

Return a list of time entries.

GET /v2/time_entriesTimesheetsno 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/time_entries?from={{$from}}&to={{$to}}&page={{$page}}&per_page={{$per_page}}&user_id={{$user_id}}&project_id={{$project_id}}&task_id={{$task_id}}&is_billed={{$is_billed}}&is_running={{$is_running}}&updated_since={{$updated_since}}" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Harvest-Account-Id: {{HARVEST_ACCOUNT_ID}}" \
  -H "User-Agent: HarvestKeychains" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"