---
title: "GET /api/account/api-keys"
method: GET
path: "/api/account/api-keys"
tags: ["account"]
---

# GET /api/account/api-keys

`GET /api/account/api-keys`

## Response `200`

Success

- object
  - `apiKeys` object[], required
    - `id` string, required
    - `name` string, required
    - `obfuscatedValue` string, required
    - `createdAt` string, required
    - `updatedAt` string, required
    - `lastUsedAt` string, nullable, required

## Other responses

- `401` — AccountUnauthorized
- `403` — AccountNoOrganization
- `500` — AccountError

---

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