Added

Tag filtering on targets and scans

Targets API — Filter by tag

You can now filter your targets by tag. This makes it possible to retrieve the targets belonging to a single customer or environment without paging through every target in your account.

Endpoint: GET /v1/targets/

  • tag_names (optional) — Comma-separated tag names. Returns targets carrying any of the tags given. Tag names must match exactly.

For more information, see the API documentation for targets.

Scans API — Filter by tag

You can now filter your scans by tag, so you can retrieve the scan history for a single customer or environment.

Endpoint: GET /v1/scans/

  • tag_names (optional) — Comma-separated tag names. Returns scans that ran against at least one target carrying any of the tags given. Tag names must match exactly.

For more information, see the API documentation for scans.