---
title: "Get API keys List"
method: GET
path: "/auth/api/v1/keys"
tags: ["keys"]
---

# Get API keys List

`GET /auth/api/v1/keys`

Gets list of all keys.

## Response `200`

OK

- GithubComOpengovernOpengovernancePkgAuthApiAPIKeyResponse[]
  - `active` boolean — Activity state of the key
  - `created_at` string — Creation timestamp in UTC
  - `creator_user_id` string — Unique identifier of the user who created the key
  - `id` integer — Unique identifier for the key
  - `maskedKey` string — Masked key
  - `name` string — Name of the key
  - `role_name` 'admin' | 'editor' | 'viewer'
  - `updated_at` string — Last update timestamp in UTC

---

[API](https://skmtc.net/opengovern/apis/opengovernance-service-api.md) · [All operations](https://skmtc.net/opengovern/apis/opengovernance-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opengovern/opengovernance-service-api/versions/ab05295c4094/schema)
