Retrieve Report Details
GET/v1/public/report/:reportId
Retrieve detailed information about a specific DLP report. A report contains metadata and detection information about a file or payload, such as pattern matches, but does not include unique incident information. For user, application, URL, and channel information, refer to the Get Incident Details endpoint.
A single report can contain multiple incidents. You can optionally retrieve snippets in the response. Snippets are evidence or identifiable information associated with a pattern match. For example, if you specified a data pattern of "Credit Card Number", the API returns the actual credit card number as the matched snippet.
For more information, see Set Up Enterprise Data Loss Prevention.
Request
Responses
- 200
- 400
- 401
- 403
- 500
OK
Bad Request. Got an invalid JSON.
Unauthorized access. An issue occurred during authentication. This can indicate an incorrect key, ID, or other invalid authentication parameters.
Forbidden access. The provided API Key does not have the required permissions to run this API.
Internal server error. A unified status for API communication type errors.