list_ssh_keys
Retrieve SSH keys for the authenticated user, with optional admin filtering by user slug and pagination controls.
Instructions
List SSH 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). |