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

companyIdstringRequired

Query parameters

teamIdsstringOptional

Comma-separated team IDs. If omitted or empty, includes all TIME_TRACKING teams the caller has permission to view

startDatestringRequired

Start date of the range in YYYY-MM-DD format

endDatestringRequired

End date of the range in YYYY-MM-DD format. Range must not exceed 90 days

timezonestringOptional

IANA timezone name for formatting dates/times, e.g. America/New_York. Defaults to UTC

approvedOnlybooleanRequired

If true, include only invoiced entries (associatedInvoiceId present). If false, include both invoiced and non-invoiced entries

Response

This endpoint returns a string.