{
"id": "com.atproto.sync.listReposByCollection",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"repos"
],
"properties": {
"repos": {
"type": "array",
"items": {
"ref": "#repo",
"type": "ref"
}
},
"cursor": {
"type": "string"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [],
"properties": {
"limit": {
"type": "integer",
"default": 500,
"maximum": 2000,
"minimum": 1,
"description": "Maximum size of response set. Recommend setting a large maximum (1000+) when enumerating large DID lists."
},
"cursor": {
"type": "string"
},
"collection": {
"type": "array",
"items": {
"type": "string",
"format": "nsid"
}
}
}
},
"description": "Enumerates all the active DIDs which have records in any of the given collection NSIDs. If omitted, active DIDs from all collections are returned."
},
"repo": {
"type": "object",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"format": "did"
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:lulmyldiq4sb2ikags5sfb25
- CID
-
bafyreidsg37q4mo7trsxxr2lsvwqcd2t5xn5vwrpm5znn4mv6q4gk2frwu
- Indexed At
- 2026-07-26 20:11 UTC
- AT-URI
-
at://did:plc:lulmyldiq4sb2ikags5sfb25/com.atproto.lexicon.schema/com.atproto.sync.listReposByCollection