Hi all,
Archive status is available as a field in Inspection.
Because the archive status is tracked by inspection and not by Photo, Video, etc, so you need to check the inspection's archiveStatus to see if the file is available or not.
Query:
query($id: ID!) { inspection(id: $id) { id archiveStatus } }