/issues/{id}

Get a specific issue.

Authentication

AuthorizationBearer

Token-based authentication with required prefix “Bearer”

Path parameters

idstringRequiredformat: "uuid"

Response

error_descriptionstring
idstring or nullRead-onlyformat: "uuid"
statusenum or null
Status of the issue. Options: ('ONGOING', 'RESOLVED') * `ONGOING` - ONGOING * `RESOLVED` - RESOLVED
Allowed values:
end_usermap from strings to any or nullRead-only
first_incident_timedatetime or null
last_incident_timedatetime or null
is_mutedboolean or nullRead-only
error_detailslist of strings or nullRead-only