Skip to main content

Get Reports

GET 

/v1/public/report/:reportId

A GET request to this endpoint retrieves the DLP reports. You can use the report ID from Cortex Data Lake or from an incident. A report contains metadata and detection information about a file or payload, such as pattern matches, but does not include unique incident information. Get Incident Details for user, app, URL and channel information. A report can contain many incidents. Set Up Enterprise Data Loss Prevention provides more information.

You can also opt to retrieve snippets in the response. You can then view this sensitive content called a snippet. A snippet is 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 credit card number of the user as the matched snippet.

Request

Path Parameters

    reportId stringrequired

    ID of the retrieved report.

Query Parameters

    fetchSnippets boolean

    (Optional) Boolean field when set to true, retrieves snippets from the DLP report.

Responses

OK

Schema
    data_pattern_rule_1_verdict string

    Possible values: [MATCHED, NOT_EVALUATED, NOT_MATCHED, null]

    data_pattern_rule_2_verdict string

    Possible values: [MATCHED, NOT_EVALUATED, NOT_MATCHED, null]

    data_profile_name string

    Profile of the detection rules

    file_name string

    Name of the scanned file

    report_id string

    ID of the retrieved report

    scanContentRawReport string

    List of report data

    tenant_id string

    DLP tenant ID

Loading...