Netskope LogoNetskope Logo
  • Security Services
  • AI Services
  • Networking Services
  • Analytics Services
  • Integrations
  • getting-started.svgGetting Started
    • Support
    • Community
    • Netskope.com
    © 2026 All Rights Reserved. Netskope Inc.
    Home
    REST API
    Public Cloud API Endpoints for REST API v1
    Manage Retro Scan Jobs
    Stop Retro Scan Jobs

    Stop Retro Scan Jobs

    Use this endpoint to stop your retro scan jobs.

    Request Endpoint

    https://<tenant-URL>/api/v1/retro_scan/?token=<token>&op=stop

    Valid parameters include:

    KeyTypeValueDescription
    opstringlistRequired. Operation performed.
    scan_namestringEx: Scan12Required. Scan name must be an existing scan job name.

    Example Stop Retro Scan Request

    POST 'https://<tenant-URL>/api/v1/retro_scan?token=xxx&op=stop&scan_name=Scan12'
    
    In this Topic
    • Stop Retro Scan Jobs