---
title: "Show Incident Timestamps V2"
method: GET
path: "/v2/incident_timestamps/{id}"
tags: ["Incident Timestamps V2"]
---

# Show Incident Timestamps V2

`GET /v2/incident_timestamps/{id}`

Get a single incident timestamp.

## Path parameters

- `id` string, required

## Response `200`

OK response.

- IncidentTimestampsV2ShowResponseBody
  - `incident_timestamp` IncidentTimestampV2, required
    - `id` string, required — Unique ID of this incident timestamp
    - `name` string, required — Unique name of this timestamp
    - `rank` integer, required — Order in which this timestamp should be shown

---

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