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

    Type Alias DocumentsStatusResponse

    DocumentsStatusResponse: {
        count?: number;
        resources?: (
            {
                absoluteUrl?: string
                | null;
                createdTimestamp?: string;
                downloadLocation?: string | null;
                id?: string;
                lastUpdatedTimestamp?: string;
                metadataId?: string | null;
                status?: DocumentStatus;
                title?: string | null;
                viewLocation?: string | null;
            } & Record<string, any>
        )[];
    } & Record<string, any>

    Representation of the 'DocumentsStatusResponse' schema.

    Type Declaration

    • Optionalcount?: number
      1
      

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

    • Optionalresources?: (
          {
              absoluteUrl?: string
              | null;
              createdTimestamp?: string;
              downloadLocation?: string | null;
              id?: string;
              lastUpdatedTimestamp?: string;
              metadataId?: string | null;
              status?: DocumentStatus;
              title?: string | null;
              viewLocation?: string | null;
          } & Record<string, any>
      )[]