---
title: "Return status of all caches"
method: GET
path: "/http/caches/"
tags: ["HTTP Caches", "Method GET"]
---

# Return status of all caches

`GET /http/caches/`

Returns status of each cache configured by [proxy_cache_path](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_cache_path) and other “<literal>*_cache_path</literal>” directives.

## Query parameters

- `fields` string

## Response `200`

Success

- NginxHTTPCachesMap — Status information of all HTTP caches configured by <a href="https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_cache_path">proxy_cache_path</a> and other “<code>*_cache_path</code>” directives.

## Other responses

- `404` — Unknown version (*UnknownVersion*)

---

[API](https://skmtc.dev/nginx/apis/nginx-plus-rest-api.md) · [All operations](https://skmtc.dev/nginx/apis/nginx-plus-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nginx/nginx-plus-rest-api/revisions/533ae7834228/schema)
