Skip to content

List Time Activity Reports

Auth required
GET/v1/time_activity_reports/

Aggregates tracked time, activity percentage, idle time, active time, and neutral time per user per day within the date range.

user_id and team_id are mutually exclusive — passing both returns 400. Unknown team_id returns 404. Date range max: 31 days. Offset pagination: default limit 20, max 20.

Parameters

Range start (YYYY-MM-DD)

Range end (YYYY-MM-DD, inclusive, max 31-day span)

IANA timezone string; overrides organization timezone for day boundaries

Filter to a specific user (zero UUID treated as absent)

Filter to members of a specific team (zero UUID treated as absent). Returns 404 when the team does not exist in the organization, except on GET /v1/clockinouts/ (200 with empty results — clockinout builds its membership roster first, so "no members match" is a valid empty state rather than a lookup failure).

Filter to a specific project (zero UUID treated as absent)

Page number (1-based)

Items per page (max 20)