Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 962 Bytes

scanners.rst

File metadata and controls

31 lines (22 loc) · 962 Bytes

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.

.. http:get:: /api/v5/scanner/results/

    :query string label: Filter by label.
    :query string scanner: Filter by scanner name.
    :>json int id: The scanner result ID.
    :>json string scanner: The scanner name.
    :>json string label: Either ``good`` or ``bad``.
    :>json object results: The scanner (raw) results.
    :>json string created: The date the result was created, formatted with `this format <http://ecma-international.org/ecma-262/5.1/#sec-15.9.1.15>`_.
    :>json string|null model_version: The model version when applicable, ``null`` otherwise.