Runn: project hours report (by day)
runn_report_hours_projectGet daily planned vs actual hours for a project, with actuals used when available and assignments as fallback.
Instructions
By-day plan-vs-actual hours for a project (GET /reports/hours/projects/{id}). billableMinutes/totalMinutes use actuals where present, else assignments.
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. | |
| projectId | Yes | ||
| startDate | No |