Skip to content

List a range of records in a repository, matching a specific collection. Does not require auth.

GET
/xrpc/com.atproto.repo.listRecords
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
default: 50 >= 1 <= 100

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.

Success

object
cursor
string
records
required
Array<object>
object
cid
required
string format: cid
uri
required
string format: uri
value
required