I’m trying to extract CSAT survey responses and map them back to the original interaction using the Quality API. I’ve been iterating through the /api/v2/quality/evaluations endpoint, but the response doesn’t include the survey data or a clear link to the interaction ID. I’ve also tried /api/v2/analytics/conversations/details/query with a filter for survey.score, but it returns no results even when I know surveys were completed. Is there a specific API call or field I’m missing to tie the survey response to the interaction? I’ve spent the last two hours digging through the docs without finding a clear path.