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

# List API keys

`GET /api-keys`

Lists the API keys for the caller's organization, with optional paging, search, and sort.

## Query parameters

- `limit` integer — max items per page
- `offset` integer — pagination offset

## Response `200`

OK

- ApikeyAPIKeyListResponse
  - `api_keys` ApikeyAPIKeyListItem[], nullable, required
    - `created_at` string, date-time, required
    - `created_by` string
    - `created_by_id` string
    - `id` string, required
    - `key_preview` string, required
    - `last_used_at` string, date-time
    - `name` string, required
  - `limit` integer, required
  - `offset` integer, required
  - `total` integer, required

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/axilioai/apis/axilio-api-2.md) · [All operations](https://skmtc.dev/axilioai/apis/axilio-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/axilioai/axilio-api-2/revisions/d7ecf9466d6d/schema)
