Attack Paths
Enterprise

List finding trends

Lists findings and their changes in between two dates for an environment

get/api/v2/attack-paths/finding-trends

Query parameters

environmentsstring[] required

Environment IDs

startstring date-time

Beginning datetime of range (inclusive) in RFC-3339 format; Defaults to current datetime minus 30 days

endstring date-time

Ending datetime of range (exclusive) in RFC-3339 format; Defaults to current datetime

asset_group_tag_idinteger

The asset group tag id of the zone requested. If not supplied, the asset group tag id associated with 'Tier Zero' and 'Hygiene' is used.

Response

OK

startstring date-time

The RFC-3339 timestamp to describe the beginning of a time range

endstring date-time

The RFC-3339 timestamp to describe the end of a time range

environmentsstring[]

Changes

Changed in 1 of the 66 revisions of this API.23

  • 602efd707d1d23See the full diff
    • removed the optional property allOf[subschema #2]/data/findings/items/finding_exposure_count from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/data/findings/items/finding_impact_count from the response with the 200 status

      response-optional-property-removed

    • added the optional property allOf[subschema #2]/data/findings/items/archived_count to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/data/findings/items/exposure_count to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/data/findings/items/impact_count to the response with the 200 status

      response-optional-property-added