Skip to content

RetentionRun

← All HTTP schemas

The history record of a cleanup run.

Shape: object

Property Required Type Description Rules
id yes string (uuid) The run identifier.
tenantId yes string The tenant identifier.
target yes string The target processed.
deletedRows no integer (int64) The number of rows deleted so far. pattern `^-?(?:0\
archivedRows no integer (int64) The number of rows archived so far. pattern `^-?(?:0\
startedAt yes string (date-time) The start time (UTC).
completedAt no string (date-time) The completion time (UTC). null while the run is in progress.
error no string The error message. Populated only for failed runs.