# Get Incident States

Retrieve individual incident states of an incident.

Endpoint: GET /api/v1/user/incidentstates/{incidentId}/
Version: 1.0.0
Security: apikeyAuth

## Path parameters:

  - `incidentId` (string, required)
    ID of incident

## Response 200 fields (application/json):

  - `incidentstates` (array)

  - `incidentstates._id` (string)
    Unique ID of incident state interval

  - `incidentstates.incident` (string)
    ID of the incident

  - `incidentstates.state` (object)
    Current state of the interval

  - `incidentstates.timeStart` (string)
    Start time of the interval

  - `incidentstates.timeEnd` (string)
    End time of the interval


