---
title: "Trigger an AlertConfiguration by ID"
method: POST
path: "/alerts/configurations/{alert_configuration_id}/trigger"
tags: ["Alert"]
---

# Trigger an AlertConfiguration by ID

`POST /alerts/configurations/{alert_configuration_id}/trigger`

Trigger an AlertConfiguration by ID

## Path parameters

- `alert_configuration_id` string, required

## Query parameters

- `window_start` integer, required
- `window_end` integer, required

## Response `204`

The operation was successful

## Other responses

- `400` — Invalid or missing parameter
- `401` — User not authenticated
- `403` — User not authorized
- `default` — Unknown error

---

[API](https://skmtc.net/mabl/apis/mabl-api.md) · [All operations](https://skmtc.net/mabl/apis/mabl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mabl/mabl-api/revisions/d0fc0114da66/schema)
