get_pin_list_by_path
Retrieve a paginated list of PINs associated with a given protocol path, with options for page size and cursor.
Instructions
Get PIN list by specific path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Protocol path (e.g., /protocols/simplenote) | |
| size | No | Page size (default: 20) | |
| cursor | No | Pagination cursor (default: 0) |