Runn: list projects
runn_list_projectsFetch a list of projects from Runn. Apply case-insensitive name filter, include archived projects, and paginate through results with cursor support.
Instructions
List projects. Optional case-insensitive name substring filter and archived toggle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Case-insensitive substring match on project name. | |
| 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. | |
| externalId | No | ||
| modifiedAfter | No | YYYY-MM-DD or ISO datetime. | |
| includeArchived | No | Include archived projects (default true). |