API Keys
Get an API key
Returns one live (ACTIVE or EXPIRED) key's metadata — scopes, status, expiry, who minted it. The secret is never returned. Revoked keys are not addressable by label; list with ?status=REVOKED instead.
get/v1/api-keys/{label}
Path parameters
labelstring required
Label of the API key.
Example:ci-runner
Label of the API key.
Response
The API key (metadata only)
Example response
{
"label": "ci-runner",
"keyPrefix": "monid_test_a1b2c3d4",
"createdBy": "USER#user_2abc",
"scopes": [
"runs:create",
"runs:read",
"wallet:read"
],
"revokedBy": "USER#user_2abc"
}