GET
/
report
/
{reportCode}
curl --request GET \
  --url https://demo.enneo.ai/api/mind/report/{reportCode}
{
  "data": {
    "dueInMoreThan24Hours": 10,
    "dueInNext24Hours": 5,
    "overdue24Hours": 3,
    "overdue24To48Hours": 2,
    "overdueMoreThan48Hours": 1,
    "totalTickets": 21
  },
  "description": "Tickets in status 'open', broken down by due date compared to the current time.",
  "filters": {
    "lastDays": 14,
    "agent": "own"
  }
}

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Path Parameters

reportCode
enum<string>
required

The type of report to retrieve

Available options:
openTickets,
channelMix,
solvedTicketsByTeam,
solvedTicketsByResolution,
incomingVolume

Query Parameters

channel
enum<string>

Filter by channel status (only for channelMix report)

Available options:
open,
closed,
waiting
lastDays
enum<string>

Number of days to look back (for solvedTicketsByTeam, solvedTicketsByResolution, incomingVolume)

Available options:
1,
3,
7,
14,
30,
90,
365
agent
enum<string>

Filter by agent type (only for solvedTicketsByResolution report)

Available options:
own,
team,
all

Response

200
application/json
Successful operation
data
object

For openTickets report

description
string

Description of what the report shows

filters
object

The filters that were applied to generate this report