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

DeploymentJob

    DeploymentJob represents a deployment job with its status, timing, and step information.

    Properties

    • status enum required
      The current status of the deployment job.
      Values: not-started, accepted, running, failed, succeeded, skipped
    • started string optional
      The timestamp when the job started.
    • lastUpdated string optional
      The timestamp when the job was last updated.
    • steps array[StepRun] required
      The list of steps in the deployment 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.