List images in repository

GET {{baseUrl}}/container-security/api/v1/repositories/:id/images?offset=18528013&limit=18528013

Deprecated! Tenable.io Container Security API v1 is deprecated. Use the GET /container-security/api/v2/images endpoint with the repository filter instead. Returns a list of images inside a specific repository.

Requires BASIC [16] user permissions. See Permissions.

Request Params

KeyDatatypeRequiredDescription
offsetnumberThe number of items to skip before Tenable.io Container Security starts to collect the result set.
limitnumberThe maximum number of items to return.

RESPONSES

status: OK

{"offset":"integer","limit":"integer","total":"integer","items":[{"id":"string","repoId":"string","name":"string","tag":"string","digest":"string","hasReport":"boolean","hasInventory":"boolean","status":"string","score":"integer","numberOfVulns":"integer","numberOfMalware":"integer","pullCount":"string","pushCount":"string","source":"string","createdAt":"string","updatedAt":"string","finishedAt":"string","imageHash":"string","size":"string","layers":["string"]}]}