getRecord

Get details about a record.


abstract suspend fun getRecord(params: GetRecordQueryParams): AtpResponse<ByteArray>

Get data blocks needed to prove the existence or non-existence of record in the current version of repo. Does not require auth.


Get a single record from a repository. Does not require auth.