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.
Example response
{
"items": [
{
"tags": {
"domain": [
"security",
"observability"
],
"technology": [
"aws",
"splunk"
]
},
"version": "1.0.0"
}
]
}