Runn: list actuals
runn_list_actualsRetrieve actual timesheet entries with filters for project, person, role, workstream, and date range.
Instructions
List actual (timesheet) entries, filterable by project, person, role, workstream and date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page (endpoint max applies). | |
| cursor | No | Pagination cursor from a previous page's nextCursor. | |
| roleId | No | ||
| maxDate | No | End date filter (inclusive). | |
| minDate | No | Start date filter (inclusive). | |
| fetchAll | No | If true, follow the cursor and return ALL items (capped). Otherwise return one page. | |
| personId | No | ||
| projectId | No | ||
| workstreamId | No |