List Records Query Params
data class ListRecordsQueryParams(val repo: AtIdentifier, val collection: Nsid, val limit: Long? = 50, val cursor: String? = null, val rkeyStart: String? = null, val rkeyEnd: String? = null, val reverse: Boolean? = null)
Parameters
repo
The handle or DID of the repo.
collection
The NSID of the record type.
limit
The number of records to return.
reverse
Flag to reverse the order of the returned records.