# Reports

Generate and retrieve various reports including tracked hours, timeline, activity descriptions, tasks, and activity level reports — plus the live Real Time report, a no-date-range snapshot of what every member is doing right now (the Analyze → Real Time page), and the GPS tracking report (Analyze → Geolocation). The geofences that report matches points against are managed under **Job Sites**.

 - [GET /reports/tracked-hours](https://api-docs.webwork-tracker.com/api/reports/gettrackedhoursreport.md): Retrieve tracked hours report data for a workspace. Supports filtering by users, projects, teams, and titles. Data is always grouped by day. **Always returns**: Day-by-day breakdown grouped by date (d
 - [GET /reports/daily-timeline](https://api-docs.webwork-tracker.com/api/reports/getdailytimelinereport.md): Retrieve daily timeline report data for a specific date, paginated by user IDs. Returns time entries with details for each user including start/end times, project, task, activity description, tracking
 - [GET /reports/daily-activity](https://api-docs.webwork-tracker.com/api/reports/getdailyactivityreport.md): Retrieve the minute-level daily-activity breakdown for a single member on a single day. Returns the tracked-time segments of the day, each broken down into rows covering the active app/website, mouse/
 - [GET /reports/activity-level](https://api-docs.webwork-tracker.com/api/reports/getactivitylevelreport.md): Retrieve activity level report data for a date range, paginated by day. Returns activity level percentage per user per day, with overall statistics across all users and days. **Key Features:** - **Dat
 - [GET /reports/task-report](https://api-docs.webwork-tracker.com/api/reports/gettaskreport.md): Retrieve task-based time tracking report data for a date range, paginated by user. Returns time tracked per task for each user, with daily breakdown and overall task breakdown. **Key Features:** - **D
 - [GET /reports/daily-attendance](https://api-docs.webwork-tracker.com/api/reports/getdailyattendancereport.md): Retrieve daily attendance report data for a specific date, paginated by user. Returns attendance information including statuses, times, breaks, and productivity metrics for each user. **Key Features:*
 - [GET /reports/activity-description](https://api-docs.webwork-tracker.com/api/reports/getactivitydescriptionreport.md): Retrieve activity description-based time tracking report data for a date range, paginated by user. Returns time tracked per activity description (memo) for each user, with daily breakdown and overall
 - [GET /reports/apps-websites](https://api-docs.webwork-tracker.com/api/reports/getappswebsitesoverviewreport.md): Retrieve the Apps & Websites usage "Overview" report for a workspace. Each row represents app/website usage aggregated per member/project (and other visible dimensions), matching the dashboard's Apps
 - [GET /reports/real-time](https://api-docs.webwork-tracker.com/api/reports/getrealtimereport.md): Retrieve a LIVE snapshot of every workspace member — exactly what the Analyze → Real Time page shows. One row per member INCLUDING offline, absent and on-leave members, covering ALL trackers (desktop,
 - [GET /reports/gps-tracking](https://api-docs.webwork-tracker.com/api/reports/getgpstrackingreport.md): Retrieve the raw GPS points members recorded while tracking time — the data behind Analyze → Geolocation → Data. One row per stored point: the member, the coordinates, when it was recorded, the projec
