---
title: "Get Call Technical Alert"
method: GET
path: "/developer/calls/{call_id}/technical-alert"
tags: ["Developer", "Developer - Technical Alerting"]
---

# Get Call Technical Alert

`GET /developer/calls/{call_id}/technical-alert`

Get the technical alert evaluation for a specific call (developer only).

Returns the most recent evaluation, or null if no evaluation exists.

## Path parameters

- `call_id` string, uuid, required

## 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/b642b91e0a5c/schema)
