v1

latestOpenAPI 3.0.12026-08-06151265417.9 KB
Findings - Project

List latest image scan packages

List the latest image scan packages

get/api/v3.0/projects/{projectuuid}/images/packages

Path parameters

projectuuidstring required

UUID of the project

Query parameters

cursorstring

Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved.

limitinteger

Specifies the maximum number of items to be returned in the response.

Response

OK

supportTokenstring

Example response

{
  "additionalData": {
    "paging": {
      "cursor": 5,
      "next": "https://api-saas.mend.io/api/v3.0/projects/<project_uuid>>/images/deployments?cursor=6"
    },
    "totalItems": 100
  },
  "supportToken": "659C0A4730"
}