API Keys
Retrieves an API key
Retrieves a specific API key by its UUID. Returns key metadata including name, kind, expiration, last usage timestamp, and the grace period status — the secret token is never included.
GET
Retrieves an API key
Documentation Index
Fetch the complete documentation index at: https://docs.rootly.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Resource UUID
Query Parameters
Comma-separated list of relationships to include (role, on_call_role, created_by, groups)
Response
API key found
Previous
Update an API keyUpdate an API key's mutable attributes: `name`, `description`, and `expires_at`.
The key's `kind`, `role_id`, `on_call_role_id`, and token cannot be changed after creation. To issue a new token, use the rotate endpoint. To change the role or kind, revoke the key and create a new one.
The new `expires_at` must be in the future and within 5 years.
Next
Retrieves an API key