---
title: "Get monitoring alerts"
method: GET
path: "/monitoring/webhooks/alerts"
tags: ["Production Monitoring"]
---

# Get monitoring alerts

`GET /monitoring/webhooks/alerts`

Heuristic alerts for integration types in a space

## Query parameters

- `space_id` string, required — Space to scope alerts
- `severity` string, nullable — Filter by alert severity
- `limit` integer — Maximum number of alerts to return

## Response `200`

Successful Response

- AlertResponse
  - `alerts` object[], required
  - `total_count` integer, required
  - `severity_breakdown` object, required

## Other responses

- `422` — Validation Error

---

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