Get Time Tracking CSV
Get CSV of contractor time tracking entries within a date range, optionally scoped to one or more teams
Authentication
X-Thera-API-Keystring
API Key authentication via header
Path parameters
companyId
Query parameters
teamIds
Comma-separated team IDs. If omitted or empty, includes all TIME_TRACKING teams the caller has permission to view
startDate
Start date of the range in YYYY-MM-DD format
endDate
End date of the range in YYYY-MM-DD format. Range must not exceed 90 days
timezone
IANA timezone name for formatting dates/times, e.g. America/New_York. Defaults to UTC
approvedOnly
If true, include only invoiced entries (associatedInvoiceId present). If false, include both invoiced and non-invoiced entries
Response
This endpoint returns a string.

