get_npm_packages
List the indexed Canton/Daml npm packages (sdk_versions registry=npm) optionally filtered by name. Canton-specific.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max packages (default 25). | |
| query | No | Optional substring filter on package name. | |
| offset | No | Skip this many before returning, for paging past the limit. The response states the full count and echoes the offset used. |