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.

collection
required

The NSID of the record type.

string format: nsid

The NSID of the record type.

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.

Success

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