Skip to main content

Interface: DataRecordRetirementResponse

Defined in: packages/sdk/src/types/generated/data.ts:88

Derived lifecycle-retirement status for a connector-backed record.

Populated only on the human Forms/CRUD read responses (list + single GET) so the UI can show an "Archived in Monday" / "Deleted in Monday" badge. Derived at read time from ConnectionEntityExclusion + active-link state — there is no stored retirement column on DataRecord.

PHI-safe: closed-vocabulary status / reason / source codes only. No field values, no remote item/board IDs, no connection metadata.

Properties

reason

reason: DataRecordRetirementResponseReason

Defined in: packages/sdk/src/types/generated/data.ts:90


source?

optional source: "monday"

Defined in: packages/sdk/src/types/generated/data.ts:91


status?

optional status: "retired"

Defined in: packages/sdk/src/types/generated/data.ts:89