SAP AI SDK for JavaScript - v2.8.0
    Preparing search index...

    Type Alias GetPipelineStatus

    GetPipelineStatus: {
        createdAt?: string | null;
        lastCompletedAt?: string | null;
        lastStarted?: string;
        status?: PipelineExecutionStatus;
    } & Record<string, any>

    Representation of the 'GetPipelineStatus' schema.

    Type Declaration

    • OptionalcreatedAt?: string | null
      "2024-02-15T12:45:00.000Z"
      Pattern: "^$|^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(?:\\.\\d{3})?Z$".
    • OptionallastCompletedAt?: string | null
      "2024-02-15T12:45:00.000Z"
      Pattern: "^$|^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(?:\\.\\d{3})?Z$".
    • OptionallastStarted?: string
      "2024-02-15T12:45:00.000Z"
      Pattern: "^$|^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(?:\\.\\d{3})?Z$".

      Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.

    • Optionalstatus?: PipelineExecutionStatus