List time entries
GET/api/v1/time_entries
List the company's time entries — each an atomic block of tracked work with start/end times, an optional timecode classification, optional job, rate, and approval status. Results are ordered by start_time then id (ascending) and cursor-paginated. Narrow with filter[user_id], filter[job_id] (pass an empty value to return only entries with no job), and filter[time_card_id]; the controller also accepts gte/lte time-range filters on start_time, end_time, created_at, and updated_at.
Required scope:
time_entries:read
Request
Responses
- 200
- 400
- 403
- 422
Success
Bad Request
Forbidden
Unprocessable Content