---
title: "Stream the jurisdiction-federated repo list (SSE)"
method: GET
path: "/api/v1/repos/stream"
tags: ["Repositories"]
---

# Stream the jurisdiction-federated repo list (SSE)

`GET /api/v1/repos/stream`

Server-sent events. Auto-pages the full core repository index, emitting a `page` skeleton frame per core page (plus a rollout-compatible `ready` frame for the first page), `fill`/`error` frames as each page's cell batches settle, then `done` after the complete set is hydrated.

## Response `200`

SSE stream of page/fill/error/done frames

## Other responses

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