Skip to content

List Urls Reports

Auth required
GET/v1/url_reports/

Per-user per-day website URL time. Same structure and behavior as app_reports. Date range max: 31 days. Offset pagination: default limit 20, max 20. Unknown team_id returns 404.

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)