List timesheets
Timesheets
List timesheets
Returns hourly timesheet totals for the authenticated company over a UTC date range. Each item includes the contract and aggregated tracked time, activity, overtime, and billable amounts. Filter by team or contractor, and sort or paginate the results. The response also includes company-wide statistics for the same period.
GET
List timesheets
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Example:
Start date in YYYY-MM-DD format
Example:
"2026-08-01"
End date in YYYY-MM-DD format
Example:
"2026-08-31"
Example:
Available options:
asc, desc Available options:
contract, contractor, trackedTime, activity, goMeter, manual, overtime, billableTime, billableAmount Required range:
x >= 1Required range:
1 <= x <= 100