---
title: "POST /check-cache"
method: POST
path: "/check-cache"
deprecated: true
---

# POST /check-cache

`POST /check-cache`

> **Deprecated.**

DEPRECATED: we no longer support prompt caching.

## Request body

- object
  - `requestedAt` number, required — Unix timestamp in milliseconds
  - `reqPayload` unknown
  - `tags` object — Extra tags to attach to the call for filtering. Eg { "userId": "123", "promptId": "populate-title" }

## Response `200`

Successful response

- object
  - `respPayload` unknown

## Other responses

- `default` — Error response

---

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