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

# Update Asset Investigation Status

Update asset's investigation status.

<Note>
  External Documentation

  To learn more, visit the [CyCognito documentation](https://api.platform.cycognito.com/v1/docs/index.html#/Assets/put_v1_assets__asset_type___asset_id__investigation_status).
</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.                                                                                                                                                                                                                                            |
  | Investigation Status | The new investigation status to be updated.                                                                                                                                                                                                                                   |
</div>

## Example Output

```json theme={"dark"}
{
	"failed": [
		"string",
		true,
		0,
		"string",
		"string",
		[
			"string"
		],
		{
			"additionalProp1": "string",
			"additionalProp2": "string",
			"additionalProp3": "string"
		},
		"Unknown Type: null"
	],
	"updated": [
		"string"
	]
}
```

## Workflow Library Example

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