Required role: write or higher.
Retrieve the metadata of a specific API key by its name.
| Path Parameters |
|---|
api_key_name string — REQUIRED |
| Responses |
|---|
200
API key retrieved successfully | Schema — OPTIONAL |
|---|
object[]id uuid | name string | role stringPossible values: [read, write] The role an API key carries: read or write. API keys cannot be granted
admin or owner; those roles are held only by interactive logins and OIDC
trust relationships. |
|
|
404
API key with that name does not exist | Schema — OPTIONAL |
|---|
detailsDetailed error metadata.
The contents of this field is determined by error_code. | error_code stringError code is a string that specifies this error type. | message stringHuman-readable error message. |
|