List API Keys
list-api-keysRetrieve a list of all Resend API keys, including their names, IDs, and creation dates. Supports pagination using limit, after, and before parameters.
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". |