List API Keys
list-api-keysRetrieve all Resend API keys with names, IDs, and creation dates. Supports pagination to navigate large lists.
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". |