# Get Image Validation Results Returns the results of an image validation test. Endpoint: GET /v1/inspect/images/{id} Version: 1.0.0 Security: basicAuth ## Path parameters: - `id` (string, required) The ID of the validation test we want to check the results for ## Response 200 fields (application/json): - `meta` (object,null) - `items` (any) ## Response 401 fields (application/json): - `message` (string, required) Response message ## Response 404 fields (application/json): - `message` (string, required) Response message