---
title: "Get Incident States"
method: GET
path: "/api/v1/user/incidentstates/{incidentId}/"
tags: ["Incidents"]
---

# Get Incident States

`GET /api/v1/user/incidentstates/{incidentId}/`

Retrieve individual incident states of an incident.

## Path parameters

- `incidentId` string, required

## Response `200`

OK

- object
  - `incidentstates` object[]
    - `_id` string — Unique ID of incident state interval
    - `incident` string — ID of the incident
    - `state` object — Current state of the interval
    - `timeStart` string, date — Start time of the interval
    - `timeEnd` string, date — End time of the interval

---

[API](https://skmtc.net/urlscan/apis/urlscan-io-apis.md) · [All operations](https://skmtc.net/urlscan/apis/urlscan-io-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/urlscan/urlscan-io-apis/revisions/5d97b31afd68/schema)
