v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-011189403.1 MB
packs

Get a Pack

Get the specified Pack.

get/packs/{id}

Path parameters

idstring required

The <code>id</code> of the Pack to get. Use the <code>id</code> field from the list response.

Response

The requested Pack object in a single-item list.

countinteger required

number of items present in the items array

Example response

{
  "items": [
    {
      "tags": {
        "domain": [
          "security",
          "observability"
        ],
        "technology": [
          "aws",
          "splunk"
        ]
      },
      "version": "1.0.0"
    }
  ]
}