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

# List API keys

`GET /api/temporary-keys/`

List all API keys for your organization.

## Headers

- `Authorization` string, required

## Response `200`

Paginated API keys.

- TemporaryAPIKeysListApiKeysResponse200
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `current_filters` object
  - `results` ApiTemporaryKeysGetResponsesContentApplicationJsonSchemaResultsItems[], required
    - `id` string — API key ID.
    - `name` string — Key name.
    - `prefix` string — Key prefix.
    - `is_test` boolean — Test or production key.
    - `expiry_date` string, date-time — Expiry date.
    - `max_usage` integer — Max usage count. -1 = unlimited.
    - `rate_limit` number, double, nullable — Requests per minute. null uses the organization default.
    - `spending_limit` number, double — Spending limit in USD.
    - `created` string, date-time — When the API key was created.
    - `unique_organization_id` string, nullable — Owning organization UUID.

## Other responses

- `401` — Unauthorized

## Changes

> 6 revisions in range; 3 could not be searched.

- **2026-07-31** `c26d550029f8` — 1 breaking, 10 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - added the new optional `query` request parameter `page`
  - added the new optional `query` request parameter `page_size`
  - removed the non-success response with the status `401`
  - …7 more

[Change history](https://skmtc.dev/keywordsai/apis/api-reference/changes/api/temporary-keys/get.md)

---

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