List API Keys
List every API key in your workspace.
revoked_at set, so you can render a complete audit view. Raw token secrets are
never returned.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
The workspace's API keys, ordered by created_at descending.
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"

