GET
/v1/private/agent-insights/issues/{issue_id}Get agent insights issue by idReturns the issue together with its per-day breakdown within the requested time window
Parameters
issue_idstring · uuidpathrequiredproject_idstring · uuidqueryrequiredfrom_datestring · datequeryto_datestring · datequeryResponses
objectAgentInsightsIssueWithDetails
causestringcreated_atstring · date-timecreated_bystringdescriptionstringdetailsarray of objectPer-day breakdown within the requested window, ordered by report_day ascending
Show child attributes
Show array items
Per-day breakdown within the requested window, ordered by report_day ascending
countinteger · int64metadataobjectreport_daystring · datetotal_countinteger · int64total_usersinteger · int64users_impactedinteger · int64idstring · uuidlast_updated_atstring · date-timelast_updated_bystringnamestringseveritystringstatusstringsuggested_fixstringtraces_querystring{
"cause": "string",
"created_at": "2026-06-09T00:00:00Z",
"created_by": "string",
"description": "string",
"details": [
{
"count": 0,
"metadata": {},
"report_day": "2026-06-09",
"total_count": 0,
"total_users": 0,
"users_impacted": 0
}
],
"id": "00000000-0000-0000-0000-000000000000",
"last_updated_at": "2026-06-09T00:00:00Z",
"last_updated_by": "string",
"name": "string",
"severity": "critical",
"status": "closed",
"suggested_fix": "string",
"traces_query": "string"
}objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}