GET
/v1/private/agent-insights/issuesFind agent insights issuesReturns a paginated list of issues that have at least one detail row within the requested time window, with metrics aggregated over the window
Parameters
project_idstring · uuidqueryrequiredfrom_datestring · datequeryto_datestring · datequerystatusstringqueryseveritystringquerysortingstringquerypageinteger · int32querysizeinteger · int32queryResponses
objectAgentInsightsIssuePage
contentarray of objectShow child attributes
Show array items
causestringcreated_atstring · date-timecreated_bystringdays_reportedinteger · int64COUNT(DISTINCT report_day) in the requested window
descriptionstringfirst_seenstring · dateMIN(report_day) in the requested window
idstring · uuidlast_seenstring · dateMAX(report_day) in the requested window
last_updated_atstring · date-timelast_updated_bystringlatest_countinteger · int64Occurrences on the latest report day in the window only. The issue's description/cause narrate that most recent run, so this is the count consistent with them; totalOccurrences instead sums every day in the window.
namestringseveritystringstatusstringsuggested_fixstringtotalinteger · int64SUM(total_count) over the requested window
total_occurrencesinteger · int64SUM(count) over the requested window
total_usersinteger · int64SUM(total_users) over the requested window
traces_querystringusers_impactedinteger · int64SUM(users_impacted) over the requested window
pageinteger · int32sizeinteger · int32totalinteger · int64{
"content": [
{
"cause": "string",
"created_at": "2026-06-09T00:00:00Z",
"created_by": "string",
"days_reported": 0,
"description": "string",
"first_seen": "2026-06-09",
"id": "00000000-0000-0000-0000-000000000000",
"last_seen": "2026-06-09",
"last_updated_at": "2026-06-09T00:00:00Z",
"last_updated_by": "string",
"latest_count": 0,
"name": "string",
"severity": "critical",
"status": "closed",
"suggested_fix": "string",
"total": 0,
"total_occurrences": 0,
"total_users": 0,
"traces_query": "string",
"users_impacted": 0
}
],
"page": 0,
"size": 0,
"total": 0
}objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}