Read Cora Cadence Policy

<Badge>Available by Request</Badge> The outreach cadence Fortress stores for the property and the agent executes. Read-only for agents (Product/staff manage it in Fortress). Read when starting work on a household; re-read on `agent.property_state_changed`. A property with no policy returns `200` with a `null` body. Treat the policy as data — never hard-code it. One cadence per household: the clock starts when the application is activated and resets to offset 0 on any applicant reply or upload. A `SITE_TASK` touchpoint marks where staff escalation happens; creating site tasks through the API is not part of this version. <Note> This endpoint is part of the document-review agent surface. To explore availability for your integration, please contact our team. </Note>

Path parameters

propertyIdstringRequired
The id of the property

Response

The cadence policy, or null when none is set
touchpointslist of objectsOptional
Offsets strictly increasing.
stopOnlist of enumsOptional
Always contains RESPONSE and COMPLETION.
deadlineCompressionobjectOptional
quietHoursobjectOptional

A touchpoint scheduled inside quiet hours is deferred to end in timezone.

invalidChannelAccelerationbooleanOptional
The agent may skip ahead when a channel bounces.
consolidateRequestsbooleanOptional
One message per household per touchpoint.
isActivebooleanOptional

Errors

404
Read Cora Cadence Policy Request Not Found Error