Runn: list placeholders
runn_list_placeholdersList placeholders (unfilled roles) to allocate external or contractor work. Supports pagination via cursor and limit, or fetch-all to retrieve all items.
Instructions
List placeholders (unfilled roles used to allocate external/contractor work).
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. |