Read Property Cora Configuration

<Badge>Available by Request</Badge> Read the document-review agent (CORA) integration configuration for a property. Same contract as the property Leslie configuration. Read-only for agents: enable/disable and settings are managed by Fortress staff, and a change to `isEnabled` arrives as the `agent.property_state_changed` webhook. Call before acting on any event for the property. Whether the agent may act = global switch (tracked from `agent.global_state_changed`) **and** property `isEnabled` **and** household `effectiveEnabled` **and** no open Manual Compliance Review. <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

Expected response to a valid request
idstringOptionalformat: "uuid"
propertyIdstringOptionalformat: "uuid"
isEnabledbooleanOptional

Whether the agent integration is enabled for this property. Combine with the global switch (agent.global_state_changed) and the household’s effectiveEnabled before acting.

externalPropertyIdstringOptional<=255 characters
The agent's own identifier for this property
webhookUrlstringOptionalformat: "uri"<=2048 characters
The URL Fortress calls to deliver webhook events for this property
isConfiguredbooleanOptional
Derived field, true when isEnabled and externalPropertyId are both set
settingsmap from strings to anyOptional
Freeform settings for the integration. Secret values are redacted on read and never returned.
readableIdstringOptional
idempotencyIdstringOptionalformat: "uuid"
createdAtdatetimeOptional
updatedAtdatetimeOptional
deletedAtdatetimeOptional

Errors

404
Read Property Cora Configuration Request Not Found Error