opt_out_sensitive_data_storage
boolean with a new, granular setting data_storage_setting
to manage how Retell stores sensitive data (transcripts, recordings, logs).
data_storage_setting
(enum)
everything
— store all artifacts.everything_except_pii
— store artifacts with PII excluded when possible.basic_attributes_only
— store only metadata/attributes; no transcripts/recordings/logs.POST /create-agent
, GET /get-agent
, PATCH /update-agent
.opt_out_sensitive_data_storage: true
→ data_storage_setting: "basic_attributes_only"
.opt_out_sensitive_data_storage: false
→ data_storage_setting: "everything"
.opt_out_sensitive_data_storage
, but clients should migrate to data_storage_setting
. Future versions will reject the old field.