List a range of records in a repository, matching a specific collection. Does not require auth.
GET
/xrpc/com.atproto.repo.listRecords
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” repo
required
The handle or DID of the repo.
string format: at-identifier
The handle or DID of the repo.
limit
The number of records to return.
integer
The number of records to return.
cursor
string
reverse
Flag to reverse the order of the returned records.
boolean
Flag to reverse the order of the returned records.
collection
required
The NSID of the record type.
string format: nsid
The NSID of the record type.
Responses
Section titled “ Responses ”Success
object
cursor
string
records
required
Array<object>
object
cid
required
string format: cid
uri
required
string format: uri
value
required