---
title: "Get purge status"
method: GET
path: "/v1/files/purge/{requestId}"
tags: ["Caching"]
---

# Get purge status

`GET /v1/files/purge/{requestId}`

This API returns the status of a purge cache request.

## Path parameters

- `requestId` string, required

## Response `200`

On success, you will receive the status of the purge request in the response body.

- object
  - `status` 'Pending' | 'Completed' — Status of the purge request.

## Other responses

- `400` — Bad request.
- `401` — Unauthorized request.
- `403` — Forbidden.
- `429` — The request exceeded the rate limit. Contains headers indicating the limits and a message detailing the error.

---

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