Snyk Container · Example Payload

Snyk Container List Issues Example

Example response from listing container vulnerability issues with critical severity filter

Container ImagesContainersKubernetesSecurityVulnerability ManagementDevSecOpsOpen-Source

Snyk Container List Issues Example is an example object payload from Snyk Container, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionrequestresponse

Example Payload

Raw ↑
{
  "title": "List Container Issues",
  "description": "Example response from listing container vulnerability issues with critical severity filter",
  "request": {
    "method": "GET",
    "url": "https://api.snyk.io/rest/orgs/{org_id}/issues?version=2024-10-15&scan_item.type=project&scan_item.id={project_id}&severity=critical&severity=high",
    "headers": {
      "Authorization": "token snyk_api_xxxxxxxxxxxxxxxxxxxxx",
      "Content-Type": "application/vnd.api+json"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/vnd.api+json"
    },
    "body": {
      "data": [
        {
          "id": "snyk:iac:issue:CVE-2021-44228",
          "type": "issue",
          "attributes": {
            "key": "CVE-2021-44228",
            "title": "Log4Shell Remote Code Execution Vulnerability",
            "type": "package_vulnerability",
            "severity": "critical",
            "status": "open",
            "created_at": "2026-04-15T10:05:00Z",
            "updated_at": "2026-04-16T08:00:00Z",
            "ignored": false,
            "resolved": false,
            "coordinates": [
              {
                "remedies": [
                  {
                    "type": "automatic",
                    "description": "Upgrade log4j-core to version 2.17.1 or higher",
                    "details": {
                      "upgrade_package": "log4j-core@2.17.1"
                    }
                  }
                ]
              }
            ]
          }
        },
        {
          "id": "snyk:iac:issue:SNYK-LINUX-OPENSSL-6163089",
          "type": "issue",
          "attributes": {
            "key": "SNYK-LINUX-OPENSSL-6163089",
            "title": "OpenSSL Use After Free Vulnerability",
            "type": "package_vulnerability",
            "severity": "high",
            "status": "open",
            "created_at": "2026-03-20T09:00:00Z",
            "updated_at": "2026-03-22T11:00:00Z",
            "ignored": false,
            "resolved": false,
            "coordinates": [
              {
                "remedies": [
                  {
                    "type": "automatic",
                    "description": "Upgrade openssl to 3.0.8 or higher",
                    "details": {
                      "upgrade_package": "openssl@3.0.8"
                    }
                  }
                ]
              }
            ]
          }
        }
      ],
      "links": {
        "next": null
      }
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/snyk-container-list-issues-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.