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

ScanStatusResponse

    WorkflowRun contains information about a workflow run.

    Properties

    • id string required
      The unique identifier of the workflow run.
    • nextScan string optional
      The timestamp of the next scheduled scan, if any.
    • orgId string required
      The organization ID.
    • userId string required
      The user ID who initiated the workflow run.
    • status enum required
      The current status of the workflow run.
      Values: running, failed, succeeded
    • startedAt string required
      The time the workflow run started.
    • finishedAt string required
      The time the workflow run finished, if completed.
    • lastUpdatedAt string required
      The time the workflow run was last updated.
    • jobTimeout string required
      The timeout for jobs in the workflow run.
    • jobs array[JobRun] optional
      The list of job runs within the workflow.
    • status enum required
      The current status of the job run
      Values: not-started, accepted, running, failed, succeeded, skipped
    • started string optional
      When the job started running
    • lastUpdated string optional
      When the job was last updated
    • timeout integer required
      The timeout duration for the job in nanoseconds (Go time.Duration).
    • steps array[StepRun] required
      The list of step runs within this job
    • worker object optional
      Information about the worker executing this job