This setting controls incident metadata only. It does not change Tuteliq’s content policy: original text, images, audio, video and documents are never stored, regardless of this setting.
What incident metadata is
An incident record holds the abstracted result of a detection, never the content that produced it:
Summaries are encrypted. If you have registered a public key for bring-your-own-key encryption, they are hybrid envelopes that Tuteliq cannot decrypt.
Turning it off
The setting isincident_moderation_enabled on your account, and it applies to every detection call made with that account’s credentials. It defaults to true.
1
Open account settings
Go to Settings > Incident Logging in the dashboard.
2
Switch incident logging off
The change applies to new API calls within one minute. Existing incidents are not affected and remain available until they expire under your retention period.
Per-call override
Every detection endpoint accepts an optionalincident_moderation_enabled field that overrides the account setting for that single request:
trueforces the incident to be logged for this call, even if your account has logging off.falsesuppresses logging for this call, even if your account has logging on.- Omit it to use your account setting (the default).
true). Use it to suppress logging for test traffic, or to opt individual calls in or out without changing your account setting. Everything under What changes when it is off applies to a call suppressed this way.
false is honoured as an explicit value, not treated as “unset”. A suppressed call writes no incident, grooming assessment, or notification, exactly as if the account setting were off.external_id, customer_id, metadata) across the REST API, the Node SDK, and the MCP tools.
What changes when it is off
Nothing is written, rather than written and then deleted. No record is created at any point.
Detection behaviour, accuracy and scoring are unaffected. The only difference is whether a record survives the response.
Retention
While incident logging is on, incidents are retained for 90 days by default. You can set your own period withincident_retention_days, anywhere from 7 days to 2 years. When the period expires, records are permanently deleted.