Orgs
Integrations

Per-connection first-scan status for an organization's integrations, keyed by integration id. Each entry reports whether that connection is scanning (with live counts), when it last completed (scannedAt), or why it failed (scm-not-installed / scm-account-mismatch need a reconnect, scan-failed can be retried). Non-source-control connections and connections with no scan in their current account window read as a neutral not-applicable / never-scanned state, never an error.

get/v1/orgs/{orgId}/integrations/scan-status

Path parameters

orgIdstring uuid required

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 integration-scan-status enum value to the // response property for the response status

      response-property-enum-value-added

    • ○

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

      response-property-enum-value-removed

    • ○

      endpoint added

      endpoint-added