---
title: "Get repository checkpoint status"
method: GET
path: "/api/v1/cache/{org}/{repo}/checkpoint-status"
tags: ["Commits"]
---

# Get repository checkpoint status

`GET /api/v1/cache/{org}/{repo}/checkpoint-status`

## Path parameters

- `org` string, required
- `repo` string, required

## Query parameters

- `provider` 'gh' | 'et'

## Response `200`

Checkpoint status

- object
  - `app_has_access` boolean, nullable, required
  - `session_branch_exists` boolean, nullable, required
  - `checkpoint_count` number, required
  - `checkpoint_branch_state` 'unknown' | 'present' | 'absent' | 'inaccessible'
  - `checkpoint_repo_full_name` string, nullable
  - `viewer_can_see_checkpoint_data` boolean

## Other responses

- `404` — Repository not found
- `429` — Rate limit exceeded
- `503` — Repository service unavailable

---

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