---
title: "Get Monitoring Alert"
method: GET
path: "/api/v1/monitoring/alerts/{alert_id}"
tags: ["Monitoring Alerts"]
---

# Get Monitoring Alert

`GET /api/v1/monitoring/alerts/{alert_id}`

Get details about a particular monitoring alert.
This endpoint requires a valid API key (X-API-KEY) to be  provided in the headers and is rate limited to 5 requests
per second.

## Path parameters

- `alert_id` string, required

## Response `200`

OK

- MonitoringAlert
  - `id` string, uuid, required
  - `created_at` string, date-time, required
  - `domain` string, required
  - `external_ref_id` string, nullable
  - `flagged_categories` FlaggedCategory[], required
    - `name` string, required
    - `description` string, required
  - `flagged_content` FlaggedContent[], required
    - `link` FlaggedPageLink, required
      - `type` 'io.truebiz.monitoring.link.page', required
      - `href` string, required
    - `content` string, required
  - `flagged_page_links` FlaggedPageLink[], required
    - `type` 'io.truebiz.monitoring.link.page', required
    - `href` string, required
  - `flagged_people` Person[], required
    - `name` string, nullable — The person's full name.
    - `job_title` string, nullable — A name that describes someone's job or position.
    - `linkedin_url` string, nullable — The person's LinkedIn profile URL.
    - `profile_picture` string, nullable — The URL of the person's LinkedIn profile photo.
    - `state_province` string, nullable — The state or province where the person is located.
    - `city` string, nullable — The city where the person is located.
    - `country` string, nullable — The country where the person is located.
    - `start_date` string, date, nullable — The date the person started at the company.
    - `other_active_positions` EmploymentRecord[], nullable — Other jobs listed as currently active.
      - `company_name` string, required — The company name.
      - `title` string, nullable — The job title.
      - `start_date` string, date, nullable — The date the person started at the job.
    - `source` 'website' | 'social' | 'other' | 'submitted'
  - `ui_portal_link` UIPortalLink, required
    - `type` 'io.truebiz.link.ui-detail', required
    - `href` string, required

## Other responses

- `202` — Accepted
- `204` — No Content
- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `500` — Internal Server Error

## Changes

- **2026-09-21** `fd8c32a19c7f` — 24 breaking, 8 info
  - response property `external_ref_id` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `flagged_people/items/city` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `flagged_people/items/country` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `flagged_people/items/job_title` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - …28 more

[Change history](https://skmtc.dev/truebiz/apis/truebiz-web-presence-review-api/changes/api/v1/monitoring/alerts/:alert_id/get.md)

---

[API](https://skmtc.dev/truebiz/apis/truebiz-web-presence-review-api.md) · [All operations](https://skmtc.dev/truebiz/apis/truebiz-web-presence-review-api/llms.txt) · [OpenAPI document](https://skmtc.dev/truebiz/apis/truebiz-web-presence-review-api/revisions/a5d672b003d2?raw)
