Runn: list workstreams
runn_list_workstreamsRetrieve workstreams from Runn REST API. Supports pagination via cursor, limit per page, and fetchAll to get all workstreams in one request.
Instructions
List workstreams.
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. |