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

StepRun

    StepRun contains information about a step run.

    Properties

    • 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.