---
title: "List api keys"
method: GET
path: "/v1/account/my/api-keys"
tags: ["identity-access"]
---

# List api keys

`GET /v1/account/my/api-keys`

Retrieves the list of API keys associated with this account

## Response `200`

Successful Response

- ApiKeyOutMe[]
  - `name` string, nullable — User-provided name identifier for the API key.
  - `reference` string, required — Last four characters of the API key value, used for identification.
  - `person` ApiKeyPersonOut, required
    - `first_name` string, required — First name of the person who owns the API key.
    - `last_name` string, required — Last name of the person who owns the API key.
    - `email` string, required — Email address of the person who owns the API key.
  - `last_used_at` string, date-time, nullable — Timestamp of the last time the API key was used.
  - `expires_at` string, date-time, required — Expiration timestamp after which the API key can no longer be used.
  - `is_active` boolean, required — Whether the API key is currently active and can be used for authentication.

## Other responses

- `403` — Forbidden

---

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