---
title: "List Keys"
method: GET
path: "/api/v1/workspaces/{workspace_id}/api-keys"
tags: ["api-keys"]
---

# List Keys

`GET /api/v1/workspaces/{workspace_id}/api-keys`

## Path parameters

- `workspace_id` string, required

## Headers

- `authorization` string, required

## Response `200`

Successful Response

- APIKeyListResponse
  - `keys` APIKeyResponse[], required
    - `id` string, required
    - `name` string, required
    - `key_prefix` string, required
    - `scopes` string, required
    - `created_at` string, date-time, required
    - `expires_at` string, date-time, nullable
    - `last_used_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/tomeku-development/apis/mesh-platform-api.md) · [All operations](https://skmtc.dev/tomeku-development/apis/mesh-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tomeku-development/mesh-platform-api/revisions/08ace1bb7b09/schema)
