Skip to main content

Netskope Help

Stop Retro Scan Jobs

Use this endpoint to stop your retro scan jobs.

Request Endpoint
https://<tenant-name>.goskope.com/api/v1/retro_scan/?token=<token>&op=stop

Valid parameters include:

Key

Type

Value

Description

op

string

list

Required. Operation performed.

scan_name

string

Ex: Scan12

Required. Scan name must be an existing scan job name.

Example Stop Retro Scan Request
POST 'https://<tenant>/api/v1/retro_scan?token=xxx&op=stop&scan_name=Scan12'