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

JobRun

    JobRun contains information about a job run.

    Properties

    • 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
    • name string required
      The name of the step.
    • status enum required
      The current status of the step.
      Values: not-started, running, failed, succeeded
    • started string optional
      The timestamp when the step started.
    • lastUpdated string optional
      The timestamp when the step was last updated.
    • worker object optional
      Information about the worker executing this job