Skip to main content

Netskope Help

List Retro Scan Jobs

Use this endpoint to list your retro scan jobs.

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

Valid parameters include:

Key

Type

Value

Description

op

string

list

Required. Operation performed.

filters

object

status

Optional. Applies status value.

status

string

in-progress | pending | completed | stopped

Optional. Scan status description.

Example List Retro Scan Policy Request
POST 'https://<tenant>/api/v1/retro_scan?token=xxx&op=list' \
--header 'Content-Type: application/json' \
--data-raw '{
    "filters": {
        "status": "completed"
    }
}'