List API Keys
list-api-keysList all API keys from Resend, returning names, IDs, and creation dates. Supports forward and backward pagination with optional limits.
Instructions
List all API keys from Resend. Returns API key names, IDs, and creation dates. Don't bother telling the user the IDs or creation dates unless they ask for them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | API key ID after which to retrieve more (for forward pagination). Cannot be used with "before". | |
| limit | No | Number of API keys to retrieve. Max: 100, Min: 1 | |
| before | No | API key ID before which to retrieve more (for backward pagination). Cannot be used with "after". |