Get an API key
key_getRetrieve metadata and scopes for a specific API key by UUID. Use this to inspect a key found with key_list, requiring the api_keys:read scope.
Instructions
Get one API key's metadata and scopes by key UUID (never the secret). Use to inspect a specific key found via key_list. Requires the api_keys:read scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key_id | Yes | API key UUID | |
| customer_id | Yes | Your customer UUID (shown in the WARP portal under Settings) |