Added
Targets API — Last scanned date
21 days ago by Mike Jarrett
Targets API — last_scanned field and filtering
last_scanned field and filteringA new last_scanned field is now included in target responses, showing when each target was last scanned. You can also filter and sort targets by this field.
Endpoint: GET /v1/targets/
last_scanned— The date and time the target was last scanned.nullif the target has not been scanned.last_scanned_before/last_scanned_after(optional) — Filter targets scanned within a date range.ordering(optional) — Order results bylast_scanned. Prefix with-for descending order. Unscanned targets appear first when ascending and last when descending.
For more information, see the API documentation for targets.
