---
title: "Get Incident"
method: GET
path: "/networks/traffic/incidents/{incidentIdentifier}"
tags: ["Traffic Health"]
---

# Get Incident

`GET /networks/traffic/incidents/{incidentIdentifier}`

A single uptime / SSL / DNS / expiry incident by its identifier, including its contributing factors, linked remediation tasks, and the domain it affects. Incident identifiers come from the domain situation endpoints.

## Path parameters

- `incidentIdentifier` string, required

## Response `200`

- Incident
  - `network_id` integer
  - `url` string
  - `network_tracking_domain_id` integer
  - `network_conversion_domain_id` integer
  - `identifier` string
  - `type` string — Incident type (uptime / SSL / DNS / expiry category).
  - `status` string — `active` or `resolved`.
  - `time_created` integer
  - `time_saved` integer
  - `time_last_observed` integer
  - `time_resolved` integer — Unix seconds; `0` while the incident is active.
  - `relationship` object
    - `factors` object[] — Contributing signals for the incident.
    - `tasks` Task[] — Remediation tasks linked to the incident.
      - `network_id` integer
      - `url` string
      - `network_tracking_domain_id` integer
      - `network_conversion_domain_id` integer
      - `identifier` string
      - `type` string — Task type (e.g. `renew_domain`).
      - `category` string — Urgency category (e.g. `reactive`).
      - `status` string — Task status (e.g. `to_do`).
      - `assignment` string — Who the task is assigned to (e.g. `customer`).
      - `title` string
      - `description` string
      - `time_created` integer
      - `time_completed` integer — Unix seconds; `0` while the task is open.
      - `relationship` object
        - `incident_identifier` string — The incident that generated the task.

---

[API](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains.md) · [All operations](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/everflow/everflow-network-api-tracking-domains/revisions/39242cee0e32/schema)
