Get an API key
key_getRetrieve metadata and scopes of a specific API key by UUID without exposing the secret. Inspect a key found via key_list. Requires 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) |