getReadSet
abstract suspend fun <T> getReadSet(input: GetReadSetRequest, block: suspend (GetReadSetResponse) -> T): T
Retrieves detailed information from parts of a read set and returns the read set in the same format that it was uploaded. You must have read sets uploaded to your sequence store in order to run this operation.