1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. ListDriftRunsResponse

ListDriftRunsResponse

    Response containing a paginated list of drift detection runs.

    Properties

    • driftRuns array[DriftRun] required
      The list of drift runs
    • id string required
      The unique identifier of the drift run.
    • driftDetected boolean required
      Whether drift was detected during the run.
    • created string required
      The timestamp when the drift run was created.
    • status enum required
      The current status of the drift run.
      Values: not-started, accepted, running, failed, succeeded, skipped
    • deploymentId string optional
      The deployment identifier associated with the drift run.
    • deploymentVersion integer optional
      The deployment version associated with the drift run.
    • detectUpdate DriftRunUpdate optional
      The update that performed drift detection.
    • remediateUpdate DriftRunUpdate optional
      The update that performed drift remediation.
    • itemsPerPage integer required
      The number of items per page
    • total integer required
      The total number of drift runs