list_cips
Browse Canton Improvement Proposals (CIPs), optionally filtered by status (Draft, Early Draft, In Review, Proposed, Approved, Active, Final, Withdrawn, Rejected, Replaced, Obsolete, Pending) and type (e.g. "Standards Track"). Returns a metadata list (id, title, status, type, author). Not full text. Use to discover or enumerate CIPs when you don't have a specific ID; use get_cip to read one. Canton/Daml/Splice governance only. Not Cardano or other 'CIP' schemes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Type filter, e.g. "Standards Track" | |
| limit | No | How many CIPs to return. Default 20, max 100. The response states the full count, which can exceed this limit; page with offset. | |
| offset | No | Skip this many before returning, for paging past the limit. The response states the full count and echoes the offset used. | |
| status | No | all |