Skip to main content

Retrieve Threat Scan Reports by Report IDs

GET 

/v1/scan/reports

Get the Threat Scan Reports for a given list of report_ids

Request

Query Parameters

    report_ids string[]required

    Report Ids for Results

Header Parameters

    x-pan-token stringrequired

    API key token

Responses

Successfully returned Threat Scan Reports

Schema
  • Array [
  • report_id string

    Unique identifier for the scan report

    scan_id string

    Unique identifier for the scan

    req_id uint32

    Unique identifier of an individual element sent in the batch scan request

    transaction_id string

    Unique identifier for the transaction

    detection_results object[]
  • Array [
  • data_type string

    Content type such as "prompt" or "response"

    detection_service string

    Detection service name generating the results such as "urlf", "dlp", and "prompt injection"

    verdict string

    Detection service verdict such as "malicious" or "benign"

    action string

    The action is set to "block" or "allow" based on AI security profile used for scanning

    result_detail object
    urlf_report object[]
  • Array [
  • url string

    URL in the scan request

    risk_level string

    Risk level associated with the URL, such as "high", "medium", or "low"

    categories string[]

    Categories associated with the URL

  • ]
  • dlp_report object
    dlp_report_id string

    Unique identifier for the DLP report

    dlp_profile_name string

    DLP profile name used for the scan

    dlp_profile_id string

    Unique identifier for the DLP profile used for the scan

    dlp_profile_version int32

    Version of the DLP profile used for the scan

    data_pattern_rule1_verdict string

    Indicates whether there was a content match for this rule such as "MATCHED" or "NOT MATCHED"

    data_pattern_rule2_verdict string

    Indicates whether there was a content match for this rule such as "MATCHED" or "NOT MATCHED"

  • ]
  • ]
Loading...