---
title: "List Technical Alerts"
method: GET
path: "/developer/technical-alerts"
tags: ["Developer", "Developer - Technical Alerting"]
---

# List Technical Alerts

`GET /developer/technical-alerts`

List technical alert evaluations for the current customer (developer only).

Returns evaluations ordered by most recent first.

## Query parameters

- `limit` integer
- `offset` integer
- `failures_only` boolean — Only return alerts where a technical failure was detected

## Response `200`

Successful Response

- TechnicalAlertResponse[]
  - `alert_id` string, uuid, required
  - `call_id` string, uuid, required
  - `customer_id` string, uuid, required
  - `is_technical_failure` boolean, required
  - `severity` string, nullable
  - `failure_type` string, nullable
  - `summary` string, nullable
  - `evidence` string, nullable
  - `affected_service` string, nullable
  - `pagerduty_alert_sent` boolean, required
  - `pagerduty_dry_run` boolean
  - `pagerduty_dedup_key` string, nullable
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
