---
title: "List repository cache replication status"
method: GET
path: "/repos/{owner}/{repo}/replicas/caches"
tags: ["repos"]
---

# List repository cache replication status

`GET /repos/{owner}/{repo}/replicas/caches`

Lists the status of each repository cache replica.

## Path parameters

- `owner` string, required
- `repo` string, required

## Query parameters

- `per_page` integer
- `page` integer

## Response `200`

Status information for cache replicas

- object[]
  - `host` string, required
  - `location` string, required
  - `git` object, required
    - `sync_status` 'offline' | 'inactive' | 'in_sync' | 'not_in_sync', required
    - `last_sync` string, date-time, required

## Other responses

- `403` — Forbidden
- `404` — Resource not found

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-6.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-6/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-6/versions/15db3fa0759b/schema)
