Read Household Cora Configuration
<Badge>Available by Request</Badge>
Read whether the document-review agent (CORA) integration is enabled for a specific household. Same contract as the household Leslie configuration. Read-only for agents. If no configuration has been saved for the household yet, `enabled: true` and `effectiveEnabled: true` are returned. Key off `effectiveEnabled`, which accounts for a disabled quiet period (`disabledUntil`) that has since elapsed.
Manual Compliance Review state is a separate read: `GET /households/{householdId}/complianceReview`.
<Note>
This endpoint is part of the document-review agent surface. To explore availability for your integration, please contact our team.
</Note>
Path parameters
householdId
The id of the household
Response
Expected response to a valid request
id
householdId
enabled
Last saved value.
effectiveEnabled
The value to act on. Accounts for a disabled quiet period (disabledUntil) that has since elapsed.
isInQuietPeriod
disabledReason
disabledById
disabledAt
disabledUntil
createdAt
updatedAt
Errors
404
Read Household Cora Configuration Request Not Found Error

