Just noticed that the Bulk Export job fails immediately with a 422 Unprocessable Entity when trying to include specific digital channel metadata fields for a legal discovery request. The job configuration works perfectly for voice recordings, but adding the transcript and metadata flags for webchat assets triggers the error. The payload is validated against the schema, yet the service rejects it. This is critical for our chain of custody documentation. The environment is Genesys Cloud EU-West-1. Using the latest public API documentation for POST /api/v2/analytics/bulkexports. The error response body indicates a validation issue with the filters object, specifically regarding the interaction_types array. No specific field name is provided in the error details, making debugging difficult. The request includes standard authentication headers and a valid JWT. This issue only appears when filtering for webchat and facebook_messenger together. Voice and email exports complete without issue.
- Verified the JWT has the
analytics:readandexport:writescopes. The token is not expired. - Tested the export with only
webchatinteraction type. The job succeeds, suggesting the combination of digital channels causes the validation failure.