- Genesys Cloud Platform: v3.5.2
- Outbound Campaign: Predictive Dialer
- Export Target: AWS S3 BYOC Bucket
- Legal Hold Status: Active
Is it possible to include specific legal hold metadata in the bulk export manifest when exporting outbound dialing recordings? We are processing a discovery request for a high-volume predictive campaign. The standard bulk export job completes successfully, placing audio files in the S3 bucket. However, the generated manifest JSON lacks the legalHold boolean flag and the associated holdDate timestamp for these outbound interactions.
We require this metadata for chain of custody verification. The internal audit team needs to confirm that the exported files are part of the active hold set. Currently, we have to cross-reference the interaction IDs from the manifest against the Legal Hold API separately, which is inefficient and prone to human error.
The recording API documentation mentions that legal hold status is an attribute on the interaction object. We expect this to propagate to the export metadata. Are there specific configuration steps in the export job definition to force this inclusion? Or is this a known limitation for outbound voice channels compared to digital channels?