---
title: "Get List of Keys"
method: GET
path: "/api/v1/keys"
tags: ["Key"]
---

# Get List of Keys

`GET /api/v1/keys`

## Response `200`

successful operation

- Keys
  - `status` string
  - `keys` Key[]
    - `id` string
    - `buckets` object[]
      - `id` string
      - `name` string
      - `plan` string
      - `status` string
      - `permission` string
      - `createdAt` string
      - `updatedAt` string
    - `status` string
    - `accessKey` string
    - `description` string
    - `createdAt` string
    - `updatedAt` string

## Other responses

- `400` — Bad Request
- `401` — Missing authentication
- `404` — Not Found
- `500` — server does not response

---

[API](https://skmtc.net/liara-cloud/apis/object-storage-api-documentaion.md) · [All operations](https://skmtc.net/liara-cloud/apis/object-storage-api-documentaion/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liara-cloud/object-storage-api-documentaion/versions/b0ca12d806de/schema)
