Get scan configuration processing status

GET {{baseUrl}}/was/v2/configs/:config_id/status/:tracking_id

Tracks the current status of a scan configuration creation, update, or upsert process. When creating or updating a scan configuration, this endpoint can be used to determine the current status of the request. You can poll this endpoint using a sensible pause duration between each request until a completed or failed status is returned.

The config_id and tracking_id can be retrieved from the URI provided in the Location header of the 202 Accepted response from the POST /was/v2/configs or PUT /was/v2/configs/{config_id} request used to create or update the scan configuration.

Requires BASIC [16] user permissions and CAN VIEW [16] scan permissions. See Permissions.

RESPONSES

status: OK

{"tracking_status":"completed"}