rca_auth_list_keys
List your API keys and their metadata to identify key_id for rotation or revocation. Only available on Pro and Enterprise plans; Free and Starter plans return a security violation.
Instructions
List your own API keys and their metadata. Never returns raw or hashed key material. Requires the multi-key feature (Pro plan or above -- up to 5 keys on Pro, unlimited on Enterprise); Free/Starter keys get a security_violation error, since those plans only ever have the one key they authenticated with.
Use the returned key_id values with rca_auth_rotate_key or rca_auth_revoke_token to act on a specific key.
Returns: str: JSON with total and a list of {key_id, label, plan_at_issue, created_at, last_used_at, is_active}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |