List Retro Scan Jobs
Use this endpoint to list your retro scan jobs.
https://<tenant-name>.goskope.com/api/v1/retro_scan/?token=<token>&op=list
Valid parameters include:
Key | Type | Value | Description |
|---|---|---|---|
| string |
| Required. Operation performed. |
| object |
| Optional. Applies |
| string |
| Optional. Scan status description. |
POST 'https://<tenant>/api/v1/retro_scan?token=xxx&op=list' \
--header 'Content-Type: application/json' \
--data-raw '{
"filters": {
"status": "completed"
}
}'