Orgs

Counts open Findings per skill canonical name across current account scans in the org the caller can see, for the names given in the repeatable filter[skill] param. Returns one row per requested name that has at least one Finding in the slice, carrying the count and the worst severity among them; a name with none is absent rather than zero. Same scan scope and Active/Ignored split as the org Findings feed, so a count here always agrees with that feed. Intended for decorating a page of Context rows: the request is bounded by the names on the page, not by the size of the org's Finding set.

get/experimental/orgs/{orgId}/findings/counts-by-skill

Path parameters

orgIdstring uuid required

Query parameters

string required
OR
string[] required
'active'
OR
'ignored'

Headers

Authorizationstring

Response

Default Response

Changes

Changed in 3 of the 55 revisions of this API.14

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

  • 050f3217cf2c11See the full diff
    • ●

      added the new finding-count enum value to the // response property for the response status

      response-property-enum-value-added

    • ○

      removed the skill-inventory-finding-count enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      endpoint added

      endpoint-added