chim_list_retros
List retrospectives from CHIM with pagination and search filters to retrieve targeted change-history records.
Instructions
Lists retrospectives created in CHIM (GET /api/v1/retros/). Supports pagination query params.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch (1-based). | |
| search | No | Search keyword supported by the CHIM API. | |
| page_size | No | Number of records to fetch per page (1-100). |