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

Update alert status by the alert ID.

<Note>
  External Documentation

  To learn more, visit the [Devo documentation](https://docs.devo.com/space/latest/127926341/Working+with+triggered+alerts+using+the+API#PUT-%C2%A0-/v1/alerts/updateStatus).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                    |
  | --------- | ---------------------------------------------------------------------------------------------- |
  | ID        | ID of the alert you want to update. Can be retrieved using the `List Triggered Alerts` action. |
  | Status    | New status of the alert.                                                                       |
</div>

## Example Output

```json theme={"dark"}
{
	"id": 123456,
	"domain": "demo",
	"priority": 5,
	"context": "my.alert.demo.SecIntSeveralDNS",
	"category": "my.context",
	"srcPort": null,
	"srcIp": null,
	"srcHost": null,
	"dstIp": null,
	"dstPort": null,
	"dstHost": null,
	"protocol": null,
	"username": "user@devo.com",
	"application": null,
	"engine": "pilot.my.alert.demo.SecIntSeveralDNS",
	"extraData": "{\"sourceIP\":\"%2F194.140.174.171\",\"totalservers\":\"71\",\"destinationCount\":\"71.00007511654165\",\"eventdate\":\"2023-04-05+07%3A00%3A00.0\"}",
	"alertDate": null,
	"status": 100,
	"ack_status_date": null,
	"createDate": 1680681772000,
	"updateDate": 1680683709802,
	"scaled": false,
	"digest": "c80cfdff6620d2a07f757690f8137ca17635479b",
	"uniquedigest": "a63d213133dd3f7756c265ea2c712fe8c0a4fc18",
	"postAlertAction": null,
	"contextLabel": null,
	"contextSubscription": null,
	"shouldSend": false,
	"alertOwner": null,
	"fullExtraData": null,
	"alertType": null,
	"alertMitreTactics": null,
	"alertMitreTechniques": null,
	"alertPriority": null,
	"alertDefinition": null,
	"allExtraDataFields": null,
	"tags": null,
	"entities": null,
	"commentsList": null,
	"integrations": null,
	"contexto": null
}
```

## Workflow Library Example

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