---
title: "Api Caches List List"
method: GET
path: "/api/caches/list/"
tags: ["logs"]
---

# Api Caches List List

`GET /api/caches/list/`

GET/POST /api/caches/ — List cached responses (POST is for filtering, not creation).

## Query parameters

- `page` integer
- `page_size` integer

## Headers

- `Authorization` string, required

## Response `200`

- PaginatedPublicCachedResponseListList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `total_count` integer
  - `current_filters` FilterParamDictPydantic — Pydantic model for FilterParamDict. A dictionary that maps metric names to their filter parameters. Each key is a metric name (str), and each value can be: - A single MetricFilterParamPydantic (one condition) - A List[MetricFilterParamPydantic] (multiple conditions for same metric) - A FilterBundlePydantic (nested filter bundle with connector) Note: Uses extra="allow" for dynamic metric name fields. The __pydantic_extra__ annotation tells Pydantic what types to expect for extra fields, and generates typed additionalProperties in JSON Schema.
  - `filters_data` PaginatedPublicCachedResponseListListFiltersData
  - `results` PublicCachedResponseList[], required
    - `id` integer, required
    - `cache_key` string, nullable
    - `cache_key_by_org_uuid` string, nullable
    - `prompt_content` string, required
    - `response_content` string, required
    - `hit_count` integer
    - `timestamp` string, date-time
    - `updated_at` string, date-time
    - `expiry_date` string, date-time, nullable

---

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