---
title: "List API Keys"
method: GET
path: "/dashboard/api-keys"
tags: ["Dashboard"]
---

# List API Keys

`GET /dashboard/api-keys`

Returns all API keys for the authenticated user including full key values.

## Response `200`

API keys list

- object
  - `keys` ApiKey[]
    - `id` string
    - `key` string — Full key value (only returned on create/regenerate)
    - `name` string
    - `createdAt` string, date-time
    - `lastUsedAt` string, date-time, nullable
    - `expiresAt` string, date-time, nullable
    - `isActive` boolean
    - `permissions` string[]

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/snapapi/apis/snapapi-screenshot-web-data-api.md) · [All operations](https://skmtc.net/snapapi/apis/snapapi-screenshot-web-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snapapi/snapapi-screenshot-web-data-api/versions/b12ff2791613/schema)
