Runn: person hours report (by day)
runn_report_hours_personRetrieve a person's daily planned and actual hours to compare forecasts with real time spent. Use date filters and pagination to analyze periods and identify discrepancies.
Instructions
By-day plan-vs-actual hours for a person (GET /reports/hours/people/{id}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page (endpoint max applies). | |
| cursor | No | Pagination cursor from a previous page's nextCursor. | |
| endDate | No | ||
| fetchAll | No | If true, follow the cursor and return ALL items (capped). Otherwise return one page. | |
| personId | Yes | ||
| startDate | No |