com.atproto.repo.listRecords
#main
List a range of records in a repository, matching a specific collection. Does not require auth.
Parameters
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
repo | string (at-identifier) | - | ✅ | The handle or DID of the repo. |
collection | string (nsid) | - | ✅ | The NSID of the record type. |
limit | integer | - | ❌ | The number of records to return. |
cursor | string | - | ❌ | - |
rkeyStart | string | - | ❌ | DEPRECATED: The lowest sort-ordered rkey to start from (exclusive) |
rkeyEnd | string | - | ❌ | DEPRECATED: The highest sort-ordered rkey to stop at (exclusive) |
reverse | boolean | - | ❌ | Flag to reverse the order of the returned records. |
Output
- Encoding: application/json
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
cursor | string | - | ❌ | - |
records | array of #record | - | ✅ | - |
#record
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
uri | string (at-uri) | - | ✅ | - |
cid | string (cid) | - | ✅ | - |
value | unknown | - | ✅ | - |