- Region: EU-West-1
- Platform: Genesys Cloud (CXone)
- API Version: v2
- Integration: AWS S3 via Pre-signed URLs
- Use Case: Legal Discovery / Chain of Custody
Is it possible to retrieve the full interaction metadata alongside the transcript JSON when using the Bulk Export API for digital channel bots? Currently, the exported files contain the conversation text and basic timestamps, but they lack the specific participant IDs and custom attributes required for our legal hold verification. The bulk export job completes with a 200 OK, and the files land in the S3 bucket correctly. However, when we parse the JSON for audit trail purposes, fields like interaction_id and custom_attributes are null or missing entirely. This breaks our chain of custody validation. We are using the standard /api/v2/bulk/bots/transcripts endpoint. Has anyone successfully configured the export payload to include these deeper metadata fields without having to make individual API calls per transcript? We need an efficient method that supports the volume of our discovery requests.