Get report data
Returns the data for a specific report type
Autorisierungen
JWT-based authentication
Pfadparameter
The type of report to retrieve
openTickets, channelMix, solvedTicketsByTeam, solvedTicketsByResolution, incomingVolume, customerSurveys, telephonyLines, telephonyAgents, telephonyAiAgents, telephonyPerformance, telephonyCallInsights, telephonyLineTopPerformers Abfrageparameter
Filter by status. Supported values depend on the report type:
- channelMix: open, closed, pending (ticket status)
- telephonyAgents: all, assignedToPhone, online, onlineActive (user status categories)
Filter by channel (only for channelMix report)
email, portal, phone, system, chat, letter Number of days to look back (for solvedTicketsByTeam, solvedTicketsByResolution, incomingVolume, channelMix, telephonyPerformance, telephonyCallInsights, telephonyLineTopPerformers, and other telephony reports)
0, 1, 3, 7, 14, 30, 90, 365 Filter by agent type (only for solvedTicketsByResolution, solvedTicketsByTeam, customerSurveys report)
own, team, all Restrict the report to tickets matching the agent's configured skill tags (only for openTickets, channelMix, solvedTicketsByTeam, customerSurveys reports).
- all: no skill-based restriction
- skills: restrict to tickets whose routing-relevant tags overlap the agent's
actualSkills.tagIdsWhen the agent has no skill tags configured,skillsbehaves likeall.
all, skills Filter by teams (only for telephonyAgents report). Can be 'all' or comma-separated team IDs.
Filter by telephony lines (for telephonyAgents and telephonyAiAgents reports). Can be 'all' or comma-separated line IDs.
Filter by user type (only for telephonyAgents report). Defaults to 'users' if not provided.
users, all, enneo, serviceWorkers, codeExecutors, enneoPartners Search by agent name (case-insensitive substring, only for telephonyAgents report).
Maximum number of items to return (only for telephonyAgents report). Defaults to 1000.
x >= 1Number of items to skip for pagination (only for telephonyAgents report). Defaults to 0.
x >= 0Filter by specific telephony line ID (for telephonyPerformance, telephonyCallInsights, telephonyLineTopPerformers reports). Required for telephonyLineTopPerformers.
Filter by agent type (only for telephonyLineTopPerformers report). Defaults to 'all' if not provided.
all, ai, human Time bucket size for time-series reports. When omitted the response is byte-identical to the pre-granularity behaviour (including the legacy 0–23 hour-of-day profile for callsAnsweredByHour). Applicable reports — hour/day/week/month: incomingVolume, telephonyPerformance, telephonyCallInsights (aiHandledVsHuman + callsAnsweredByHour timeline), telephonyAgentPerformance, telephonyAiAgentPerformance, telephonyAiAgentCallInsights. Day/week/month only (DATE column, no time-of-day): solvedTicketsByTeam, solvedTicketsByResolution.
- hour: one bucket per clock-hour, keys in "YYYY-MM-DD HH:00" format; only allowed with lastDays ≤ 31
- day: one bucket per calendar day, keys in dd.mm format (legacy default)
- week: one bucket per ISO week, keys in YYYY-WNN format
- month: one bucket per calendar month, keys in YYYY-MM format
hour, day, week, month Antwort
Successful operation
For openTickets report
- Option 1 · object
- Option 2 · object
- Option 3 · object
- Option 4 · object
- Option 5 · object[]
- Option 6 · object[]
- Option 7 · object[]
- Option 8 · object
- Option 9 · object
Description of what the report shows
"Tickets in status 'open', broken down by due date compared to the current time."
For channelMix report
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
Total number of items after filters and search, before pagination (only present for reports that support pagination, e.g. telephonyAgents).
42
The filters that were applied to generate this report
{ "lastDays": 14, "agent": "own" }