Get job status by image digest

GET {{baseUrl}}/container-security/api/v1/jobs/image_status_digest?image_digest=Lorem id ipsum amet in

Deprecated! Tenable.io Container Security API v1 is deprecated. To determine the progress of an image analysis, use the GET /container-security/api/v2/images/{repository}/{image}/{tag} endpoint in Tenable.io Container Security API v2. Returns the status of a job by specifying an image digest to determine if the job is still queued, in progress, or has completed.

Requires BASIC [16] user permissions. See Permissions.

Request Params

KeyDatatypeRequiredDescription
image_digeststring(Required) The image digest of the job for which you want the status.

RESPONSES

status: OK

{"container_id":"string","job_id":"string","error":"string","job_status":"string","created_at":"string","updated_at":"string"}