Running a standard detail query against /api/v2/analytics/details for agent interactions. The payload looks correct, timestamps are valid, but every single record returns null for wrapUpCode. I’ve verified the agents are actually selecting codes in the UI. Is this a known data lag issue or am I missing a specific filter?
{
"groupBy": ["wrapUpCode"],
"interval": "PT1H",
"queryType": "agent",
"filters": {
"agentIds": ["my-agent-id"]
}
}
The response just has the code field blank. Checked the docs, nothing obvious.