Trying to pull CSAT results via /api/v2/quality/evaluations. The docs say I can filter by status: completed. I get the data back, but the interactionId field is null in the JSON response. Need that ID to link the score to the call recording. Tried adding interactionId to the query params, but it returns 400. Am I hitting the wrong endpoint or is there a specific header needed to expose the interaction reference?