Runn: list roles
runn_list_rolesList roles for resolving roleId values used in assignments and actuals, with pagination and options to fetch all records.
Instructions
List roles (for resolving roleId values used in assignments/actuals).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page (endpoint max applies). | |
| cursor | No | Pagination cursor from a previous page's nextCursor. | |
| fetchAll | No | If true, follow the cursor and return ALL items (capped). Otherwise return one page. |