Retrieve Specific DLP Incident Details
GET/v2/api/incidents/:incidentID
Retrieve comprehensive details for a specific DLP incident using its unique incident ID. Similar to viewing DLP Incidents on Panorama, this API allows you to programmatically access detailed incident information.
When using this API, note the following:
- Multiple filtering parameters (such as report ID, user ID, file SHA, and channel) are combined using an "AND" operation
- All filters perform exact matches
- Fields with null values are excluded from the response
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal server error