> ## 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 Alert Status

Modifies the status of an alert or investigation triggered in Workbench.

Required API key role permission:

* `Workbench - modify alert details`

<Note>
  External Documentation

  To learn more, visit the [Trend Vision One documentation](https://automation.trendmicro.com/xdr/api-v3/#tag/Workbench/paths/~1v3.0~1workbench~1alerts~1%7Bid%7D/patch).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter            | Description                                                                                                             |
  | -------------------- | ----------------------------------------------------------------------------------------------------------------------- |
  | Alert ID             | The ID of the alert. For example: `WB-14-20190709-00003`.<br /><br />Can be obtained by using the `List Alerts` action. |
  | Investigation Result | The findings of a case or investigation.                                                                                |
  | Status               | The status of a case or investigation.                                                                                  |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                                                                                      |
  | --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | ETag      | The ETag of the resource you want to update. Used for version control.<br /><br />**Note**: The resource is updated only if the provided value matches the ETag of the resource. |
</div>

## Workflow Library Example

[Update Alert Status with Trend Vision One and Send Results Via Email](https://library.blinkops.com/workflows/update-alert-status-with-trend-vision-one-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-alert-status-with-trend-vision-one-and-send-results-via-email/canvas" />
</div>
