---
title: "GET /v2/ListKeys"
method: GET
path: "/v2/ListKeys"
tags: ["Access key"]
---

# GET /v2/ListKeys

`GET /v2/ListKeys`

Returns all API access keys in the cluster.

## Response `200`

Returns the key identifier (aka `AWS_ACCESS_KEY_ID`) and its associated, human friendly, name if any (otherwise return an empty string)

- ListKeysResponseItem[]
  - `created` string, date-time, nullable
  - `expiration` string, date-time, nullable
  - `expired` boolean, required
  - `id` string, required
  - `name` string, required

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.dev/deuxfleurs/apis/garage-administration-api.md) · [All operations](https://skmtc.dev/deuxfleurs/apis/garage-administration-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deuxfleurs/garage-administration-api/revisions/07ffb2d0febb/schema)
