---
title: "Create Historic Incident"
method: POST
path: "/incident/history/create"
tags: ["Incidents"]
---

# Create Historic Incident

`POST /incident/history/create`

Create a historic incident.

## Headers

- `x-api-id` string, required
- `x-api-key` string, required

## Request body

- object
  - `statuspage_id` string, required — ID of the status page
  - `all_infrastructure_affected` string — Apply to all components and containers. Set to `1` to affect all infrastructure, `0` to use specific infrastructure_affected list (default: `0`).
  - `infrastructure_affected` string[]
  - `incident_details_start` string, required — Message describing the start of this incident
  - `incident_name` string, required — Descriptive title for the incident
  - `incident_details_resolve` string, required — Message describing the resolution of this incident
  - `current_status` 100 | 300 | 400 | 500 | 600, required — The original status of the components and containers affected by this incident.
  - `incident_start_date` string, required — Incident start date (MM/dd/yyyy)
  - `incident_start_time` string, required — Incident start time (HH:mm)
  - `incident_end_date` string, required — Incident end date (MM/dd/yyyy)
  - `incident_end_time` string, required — Incident end time (HH:mm)

## Response `200`

OK

- object
  - `result` string
  - `status` object
    - `error` string
    - `message` string

---

[API](https://skmtc.net/status/apis/status-io-api-v2.md) · [All operations](https://skmtc.net/status/apis/status-io-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/status/status-io-api-v2/revisions/6054bf6d1a84/schema)
