Skip to main content

Retrieve Scan Results by ScanIDs

GET 

/v1/scan/results

Get the Scan results for upto a maximum of 5 Scan IDs

Request

Query Parameters

    scan_ids string[]required

    Scan Ids for Results

Header Parameters

    x-pan-token stringrequired

    API key token

Responses

Successfully returned records for Scan Results

Schema
  • Array [
  • req_id integer

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

    status string

    Scan request processing state such as "complete" or "pending"

    scan_id string

    Unique identifier for the scan

    result object
    report_id stringrequired

    Unique identifier for the scan report

    scan_id uuidrequired

    Unique identifier for the scan

    tr_id string

    Unique identifier for the transaction

    profile_id uuid

    Unique identifier of the AI security profile used for scanning

    profile_name string

    AI security profile name used for scanning

    category stringrequired

    Category of the scanned content verdicts such as "malicious" or "benign"

    action stringrequired

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

    prompt_detected object
    url_cats boolean

    Indicates whether prompt contains any malicious URLs

    dlp boolean

    Indicates whether prompt contains any sensitive information

    injection boolean

    Indicates whether prompt contains any injection threats

    response_detected object
    url_cats boolean

    Indicates whether response contains any malicious URLs

    dlp boolean

    Indicates whether response contains any sensitive information

    created_at date-time

    Scan request timestamp

    completed_at date-time

    Scan completion timestamp

  • ]
Loading...