Get access key

Retrieves an access key by id.

Authentication

AuthorizationBearer

Token-based authentication with required prefix “Bearer”

Path parameters

key_idstringRequiredformat: "uuid"

Response

idstringRead-onlyformat: "uuid"
namestring or nullRead-only

Human-readable label for the key.

key_maskedstringRead-only
Truncated form of the secret safe to display in UIs.
tool_pack_idslist of strings or nullRead-only

Tool packs this key can access. null means unrestricted access.

registered_user_idslist of strings or nullRead-only

Registered users this key can access. null means unrestricted access.

is_testbooleanRead-only
If true, the key can only authenticate test registered users.
expires_atdatetime or nullRead-only

Expiration timestamp. null means never expires.

created_atdatetimeRead-only