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

DeploymentLogsStep

    DeploymentLogsBase is the base type for deployment log responses, discriminated by type.

    Properties

    • name string optional
      The name of the step.
    • lines array[DeploymentStepLogLine] required
      The step’s log lines.
    • timestamp string required
      The time at which the line was written.
    • line string required
      The line itself.
    • nextOffset integer optional
      The next offset at which to fetch lines. When this field is nil, there are no more lines to fetch.
    • __type string required