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

# List API Keys

`GET /v0/api-keys`

## Query parameters

- `limit` integer — Limit of number of items returned.
- `page_token` string — Page token for pagination.

## Response `200`

- ListApiKeysResponse
  - `count` integer, required — Number of items returned.
  - `next_page_token` string — Page token for pagination.
  - `api_keys` ApiKey[], required — Ordered by `created_at` descending.
    - `api_key_id` string, required — ID of api key.
    - `prefix` string, required — Prefix of api key.
    - `name` string, required — Name of api key.
    - `used_at` string, date-time, nullable — Time at which api key was last used.
    - `created_at` string, date-time, required — Time at which api key was created.

## Changes

- **2026-03-28** `8a5b5e92ae2d` — 4 warning
  - deleted the `query` request parameter `ascending`
  - removed the optional property `api_keys/items/inbox_id` from the response with the `200` status
  - removed the optional property `api_keys/items/permissions` from the response with the `200` status
  - removed the optional property `api_keys/items/pod_id` from the response with the `200` status
- **2026-03-23** `add9c40c7e57` — 35 warning, 35 info
  - removed the optional property `api_keys/items/permissions/create_api_key` from the response with the `200` status
  - removed the optional property `api_keys/items/permissions/create_domain` from the response with the `200` status
  - removed the optional property `api_keys/items/permissions/create_draft` from the response with the `200` status
  - removed the optional property `api_keys/items/permissions/create_inbox` from the response with the `200` status
  - …66 more
- **2026-03-23** `ec0967a2d85d` — 1 info
  - added the optional property `api_keys/items/permissions` to the response with the `200` status
- **2026-03-18** `f49e3de8fad0` — 1 info
  - added the optional property `api_keys/items/inbox_id` to the response with the `200` status
- **2026-03-06** `161e9f5d786c` — 1 info
  - added the optional property `api_keys/items/pod_id` to the response with the `200` status

[Full history](https://skmtc.dev/agentmail-to/apis/api/changes/v0/api-keys/get.md)

---

[API](https://skmtc.dev/agentmail-to/apis/api.md) · [All operations](https://skmtc.dev/agentmail-to/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agentmail-to/api/revisions/8a5b5e92ae2d/schema)
