---
title: "Current status (and content once ready) for specific repos"
method: GET
path: "/api/v1/repos/status"
tags: ["Repositories"]
---

# Current status (and content once ready) for specific repos

`GET /api/v1/repos/status`

Given `?repos=owner/repo,owner2/repo2`, returns each repo's current placement status from entire-core, plus the cell content for any repo that has reached `ready` — so the client can fill a still-cloning mirror the moment it settles, without re-streaming the whole list.

## Response `200`

Per-repo status (and content for ready repos)

## Other responses

- `400` — Too many repositories requested
- `401` — Not authenticated
- `502` — Could not list repos from entire-core
- `503` — entire-api is not configured

---

[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)
