Get job status by ID

GET {{baseUrl}}/container-security/api/v1/jobs/status?job_id=18528013

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 that you specify by ID to determine if the job is still queued, in progress, or has completed.

Requires BASIC [16] user permissions. See Permissions.

Request Params

KeyDatatypeRequiredDescription
job_idnumber(Required) The ID 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"}