Runn: list assignments
runn_list_assignmentsList assignments filtered by project, person, role, or date range. Get assignment data to track resource allocation and scheduling.
Instructions
List assignments, filterable by project, person, role 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 | ||
| endDate | No | Filter: assignments on/before this date. | |
| fetchAll | No | If true, follow the cursor and return ALL items (capped). Otherwise return one page. | |
| personId | No | ||
| projectId | No | ||
| startDate | No | Filter: assignments on/after this date. |