---
title: "Enumerates all the DID, rev, and commit CID for all repos hosted by this service. Does not require auth; implemented by PDS and Relay."
method: GET
path: "/xrpc/com.atproto.sync.listRepos"
tags: ["com.atproto.sync"]
---

# Enumerates all the DID, rev, and commit CID for all repos hosted by this service. Does not require auth; implemented by PDS and Relay.

`GET /xrpc/com.atproto.sync.listRepos`

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

Success

- object
  - `repos` ComAtprotoSyncListReposRepo[], required
    - `did` string, did, required
    - `rev` string, tid, required
    - `head` string, cid, required — Current repo commit CID
    - `active` boolean
    - `status` string — If active=false, this optional field indicates a possible reason for why the account is not active. If active=false and no status is supplied, then the host makes no claim for why the repository is no longer being hosted.
  - `cursor` string

## Changes

- **2026-07-14** `4e76a9b7a273` — 1 info
  - endpoint added
- **2026-07-12** `cd8902e185b6` — 1 breaking
  - api path removed without deprecation
- **2026-04-20** `3353f5f6354a` — 1 info
  - endpoint added
- **2026-04-20** `f6e6f5a5a3cb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/streamplace/apis/generated-lexicon-api-schema/changes/xrpc/com.atproto.sync.listRepos/get.md)

---

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