---
title: "Synchronously bulk update alerts"
method: POST
path: "/alerts/bulk"
tags: ["DTM Alerts"]
---

# Synchronously bulk update alerts

`POST /alerts/bulk`

## Headers

- `x-apikey` string, required
- `Content-Type` 'application/json', required

## Request body

- AlertBulk — Request body for bulk alert operations.
  - `patch` AlertBulkOp[], required
    - `id` string, required — The ID of the alert.
    - `status` 'new' | 'read' | 'escalated' | 'in_progress' | 'closed' | 'no_action_required' | 'duplicate' | 'not_relevant' | 'tracked_external' — The status to set for the alert.
    - `tags` string[] — The tags to set for the alert and will replace any existing tags on the alert.

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/virustotal/apis/threat-landscape.md) · [All operations](https://skmtc.net/virustotal/apis/threat-landscape/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/virustotal/threat-landscape/versions/d61b85e6a6b3/schema)
