list_gpg_keys
List GPG keys for the authenticated user with optional filtering by user slug and pagination controls.
Instructions
List GPG keys for the authenticated user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default: 25, max: 100). | |
| start | No | Start index for pagination (default: 0). | |
| userSlug | No | Filter by user slug (admin only). |