> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Inventory Resource

Get an inventory resource by a given ID.

## Parameters

<div className="integrations-table">
  | Parameter   | Description                                                                                             |
  | ----------- | ------------------------------------------------------------------------------------------------------- |
  | Resource ID | The ID of inventory resource(also called resource hash). Can be obtained by `List Inventory Resources`. |
</div>

## Example Output

```json theme={"dark"}
{
  "category": "Compute",
  "configApiEndpoint": "/api/cspm/v1/kube/resource?resourceHash=62e348b71acd7b,
  "containerInfo":[
    { ... }
  ],
  "hash": "62e348b71acd7be14a4bdfcc",
  "inUseVulnerabilitySummary": {
    "criticalSeverityCount": 1,
    "hasExploit": true,
    "highSeverityCount": 2,
    "lowSeverityCount": 4,
    "mediumSeverityCount": 3,
    "negligibleSeverityCount": 5
  },
  "isExposed": true,
  "labels": [
    "env:Prod"
  ],
  "lastSeen": 1660742138,
  "metadata":{
    "cluster": "risks-aws-eks-liverisks",
    "containerNames":[ ... ],
    "distribution": "EKS",
    "distributionVersion": "1.29",
    "imagesCount": "1",
    "namespace": "kube-system",
    "pullStrings":[ ... ]
  },
  "name": "kube-proxy",
  "platform": "Kubernetes",
  "postureControlSummaryApiEndpoint": "/api/cspm/v1/kube/resource?fields=postu
  "posturePolicySummary":
  {
    "passPercentage": 0,
    "policies": [ ... ]
  },
"resourceOrigin": "Deployed",
"type": "DaemonSet",
"vmApiEndpoint": "/api/scanning/runtime/v2/workflows/results?cursor&filter=f
"vulnerabilitySummary": {
  "criticalSeverityCount": 1,
  "hasExploit": true,
  "highSeverityCount": 2,
  "lowSeverityCount": 4,
  "mediumSeverityCount": 3,
  "negligibleSeverityCount": 5
},
"zones":[
  { ... }
],
"imageSummary": [
    { ... }
  ]
}
```

## Workflow Library Example

[Get Inventory Resource with Sysdig and Send Results Via Email](https://library.blinkops.com/workflows/get-inventory-resource-with-sysdig-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-inventory-resource-with-sysdig-and-send-results-via-email/canvas" />
</div>
