Get agent insights issue by id

Returns the issue together with its per-day breakdown within the requested time window

Path parameters

issue_idstringRequiredformat: "uuid"

Query parameters

project_idstringRequiredformat: "uuid"
from_datedateOptional
to_datedateOptional

Response

Issue with details
idstringOptionalformat: "uuid"
namestringOptional
descriptionstringOptional
causestringOptional
suggested_fixstringOptional
statusenumOptional
severityenumOptional
traces_querystringOptional
created_bystringOptional
created_atdatetimeOptional
last_updated_bystringOptional
last_updated_atdatetimeOptional
detailslist of objectsOptional

Per-day breakdown within the requested window, ordered by report_day ascending

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error