Added

Targets API — Last scanned date

Targets API — last_scanned field and filtering

A 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. null if the target has not been scanned.
  • last_scanned_before / last_scanned_after (optional) — Filter targets scanned within a date range.
  • ordering (optional) — Order results by last_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.