Retrieve API Key
Retrieve a single API key by id.
id. Like
List, this never returns the raw token secret —
only the fields you can safely display. A key that doesn’t belong to your
workspace returns 404.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Identifier of the API key — the id returned by Create or List (a UUID).
Response
The requested API key.
An API key as exposed to callers. Never includes the raw token secret or its hash.
Unique identifier for the key (a UUID). Use it as the {id} path segment for Retrieve, Update, and Delete.
"9b7e2c1a-4f3d-4a2b-8c1e-2d6f5a0b7c34"
The human-readable label set at creation or via Update.
"production-pipeline"
When the key was created (RFC 3339, UTC).
"2026-05-14T17:02:11Z"
When the key expires. Omitted entirely if the key never expires.
"2026-12-31T23:59:59Z"
When the key was revoked. Omitted entirely while the key is active.
"2026-04-20T12:00:00Z"

