Get report data
Returns the data for a specific report type
Documentation Index
Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT-based authentication
Path Parameters
The type of report to retrieve
openTickets, channelMix, solvedTicketsByTeam, solvedTicketsByResolution, incomingVolume, customerSurveys, telephonyLines, telephonyAgents, telephonyAiAgents, telephonyPerformance, telephonyCallInsights, telephonyLineTopPerformers Query Parameters
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 Response
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" }