Skip to main content
GET
This endpoint takes a signed-in console session, not an API key. Send the session cookies your browser received when you signed in. A request authenticated with an arukz_sk_ key is refused with 403. See Managing API keys. A key that does not exist, a key in another organization and a malformed ID all return the same 404. You need the owner or admin role.
string
required
The key’s ID (UUID), as returned in id.

Response

string
required
The key’s ID (UUID).
string
required
The key’s label.
string
required
arukz_sk_ followed by the first 8 characters of the ID. Not a secret.
string
required
owner, admin, editor, normal or dataset_operator.
string
required
active, revoked or expired. expired means the current time is past expires_at; an expired key authenticates nothing. A revoked key reads revoked even after its expiry.
string
required
When the key was created, ISO 8601 in UTC.
string | null
required
ID of the user who created the key.
string | null
required
When the key expires, or null if it does not.
string | null
required
When the key was revoked, or null.
string | null
required
When the key last authenticated a request, or null if never.
Last modified on September 26, 2026