ArchiveEntry

Retrieves a ArchiveEntry resource.

Retrieves a ArchiveEntry resource.

GET/api/archive/{id}

Authorizations

X-AUTH-TOKEN
stringheaderrequired

Value for the X-AUTH-TOKEN header parameter.

Path Parameters

id
stringrequired

ArchiveEntry identifier

Response

200application/json

ArchiveEntry resource

id
integer
fileName
string

Human-readable name of the archived file.

sourceType
string
externalId
string | null

Original system reference (e.g. RenderProcess externalId).

sha256
string | null
sizeBytes
value
originalFormat
string | null
legalClass
string
retentionFloorUntil
string<date-time>

Storage-enforced minimum retention (S3 Object Lock retain-until). Extend-only, never shortenable.

dispositionDate
string<date-time> | null

Advisory user-chosen deletion date (Löschzeitpunkt). Clamped server-side to >= retentionFloorUntil.

legalHold
boolean

Available options: truefalse

metadata
string[]
state
string

Example: "pending"

renderProcessId
integer | null
emailProcessId
integer | null
xmlProcessId
integer | null
createdAt
string<date-time>

UTC date time of entry creation

Example: "2024-08-23T00:00:00+00:00"

updatedAt
string<date-time>

UTC date time of last entry update

Example: "2024-08-23T00:00:00+00:00"