> ## 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 Asset

Obtain specific asset details by it's type and ID.

<Note>
  External Documentation

  To learn more, visit the [CyCognito documentation](https://api.platform.cycognito.com/v1/docs/index.html#/Assets/get_v1_assets__asset_type___asset_id_).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter  | Description                                                                                                                                                                                                                                                                   |
  | ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Asset ID   | The ID of the asset to fetch, corresponding to the selected type. Can be obtained from the `List Assets` action.<br />**Note** - Make sure to insert the asset ID **without** the asset type prefix. For example, for `ip`, the ID would be the IP address - `xxx.xxx.xx.xx`. |
  | Asset Type | Specify the category of the asset.                                                                                                                                                                                                                                            |
</div>

## Example Output

```json theme={"dark"}
{
	"active": true,
	"additional-properties": "string",
	"advisories": [
		"string"
	],
	"alive": true,
	"alive-evidence": "string",
	"as-list": [
		"string"
	],
	"asns": [
		"string"
	],
	"attractiveness": 0,
	"attractiveness-label": "string",
	"attribution-certainty": "string",
	"business-units": [
		"string"
	],
	"cidr": "string",
	"cis-controls": [
		"string"
	],
	"closed-ports": [
		{
			"status": "string",
			"port": 0,
			"protocol": "tcp"
		}
	],
	"cloud-env": "string",
	"cloud-env-metadata": [
		{
			"metadata": "string",
			"cloud-env": "string"
		}
	],
	"comment": {
		"content": "string",
		"last-update": "string"
	},
	"compliance-violations": [
		"string"
	],
	"continent": [
		"string"
	],
	"country-code": "string",
	"created": "string",
	"discoverability": "string",
	"discovery-path": [
		{
			"src": "string",
			"dest": "string",
			"movement-type": "string",
			"movement-data": "string"
		}
	],
	"dns-rcode": "string",
	"dns-records": "string",
	"domain": "string",
	"domains": [
		"string"
	],
	"dynamic-dns": "string",
	"dynamically-resolved": [
		"string"
	],
	"environments": [
		"string"
	],
	"expiration": "string",
	"first-detected": "string",
	"first-seen": "string",
	"formats": [
		"string"
	],
	"has-form": true,
	"has-login": true,
	"home-page-description": "string",
	"home-page-status-code": 0,
	"home-page-title": "string",
	"home-page-url": "string",
	"hosting-type": "string",
	"id": "string",
	"investigation-status": "investigating",
	"ip": "string",
	"ip-addresses": [
		"string"
	],
	"ip-ranges": [
		"string"
	],
	"ips-count": 0,
	"is-encrypted": "string",
	"is-subdomain": true,
	"iso27001-controls": [
		"string"
	],
	"iso27002-controls": [
		"string"
	],
	"issuer-alt-names": [
		"string"
	],
	"issuer-common-name": "string",
	"issuer-country": "string",
	"issuer-locality": "string",
	"issuer-organization": "string",
	"issuer-organization-unit": "string",
	"issuer-state": "string",
	"issues-count": 0,
	"known-status": "string",
	"last-detected": "string",
	"last-seen": "string",
	"locations": [
		"string"
	],
	"name-servers": [
		"string"
	],
	"nist-800-171-controls": [
		"string"
	],
	"nist-800-53-controls": [
		"string"
	],
	"open-ports": [
		{
			"status": "string",
			"port": 0,
			"protocol": "tcp"
		}
	],
	"organizations": [
		"string"
	],
	"parent-domain": "string",
	"pci-dss-controls": [
		"string"
	],
	"platforms": [
		"string",
		"Unknown Type: null"
	],
	"ptr-domains": [
		"string"
	],
	"public-key-length": 0,
	"public-key-type": "string",
	"range": "string",
	"range-description": "string",
	"range-name": "string",
	"region": [
		"string"
	],
	"registered-org-name": "string",
	"registrant": "string",
	"registrar": "string",
	"related": "string",
	"related-asset-ids": "string",
	"related-screenshot-urls": {},
	"revalidation-request-time": "string",
	"revalidation-requested": true,
	"security-grade": "string",
	"security-score": 0,
	"serial-number": "string",
	"services": [
		"string"
	],
	"serving-machines": "string",
	"severe-issues": 0,
	"signature": "string",
	"signature-algorithm": "string",
	"source": "string",
	"status": "string",
	"subject-alt-names": [
		"string"
	],
	"subject-common-name": "string",
	"subject-country": "string",
	"subject-locality": "string",
	"subject-organization": "string",
	"subject-organization-unit": "string",
	"subject-state": "string",
	"supported-protocols": [
		"string"
	],
	"tags": [
		"string"
	],
	"teams": [
		"string"
	],
	"tech-owners": [
		{
			"name": "string",
			"email": "string",
			"org-name": "string"
		}
	],
	"type": "string",
	"web-pages": [
		"string"
	],
	"web-resources-urls": [
		"string"
	],
	"web-servers": [
		"string"
	],
	"webapp-address": "string"
}
```

## Workflow Library Example

[Get Asset with Cycognito and Send Results Via Email](https://library.blinkops.com/workflows/get-asset-with-cycognito-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-asset-with-cycognito-and-send-results-via-email/canvas" />
</div>
