Scanners
Note
These APIs are subject to change at any time and are for internal use only.
Scanner Results
This endpoint returns a list of labelled scanner results.
Note
Requires authentication and the current user to have read access to the scanner results.
- GET /api/v5/scanner/results/
- Query Parameters:
label (string) – Filter by label.
scanner (string) – Filter by scanner name.
- Response JSON Object:
id (int) – The scanner result ID.
scanner (string) – The scanner name.
label (string) – Either
good
orbad
.results (object) – The scanner (raw) results.
created (string) – The date the result was created, formatted with this format.
model_version (string|null) – The model version when applicable,
null
otherwise.