pub fn read(id: &str) -> Option<Artifact>
Read a staged artifact by id. Returns None if it doesn’t exist, isn’t readable in this session, or exceeds the host read limit.
None