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
idstringformat: "uuid"
namestring
descriptionstring
causestring
suggested_fixstring
statusenum
traces_querystring
created_bystring
created_atdatetime
last_updated_bystring
last_updated_atdatetime
detailslist of objects

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

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error