Skip to content

SDK API Reference / UploadAttemptAttributes

Interface: UploadAttemptAttributes

JSON:API attributes returned for a Landing Page upload attempt.

Properties

completedAt?

optional completedAt?: string


fileCount

fileCount: number


landingPageId?

optional landingPageId?: string


presignedUrls?

optional presignedUrls?: PresignedUploadUrl[]


status

status: "COMPLETED" | "CREATED"


totalUnarchivedSize

totalUnarchivedSize: number


webAssets?

optional webAssets?: UploadAttemptWebAsset[]


workspaceId

workspaceId: string


zipFileName

zipFileName: string