Skip to main content
GET
/
v2
/
incident_timestamps
/
{id}
Show
curl --request GET \
  --url https://api.incident.io/v2/incident_timestamps/{id}
{
  "incident_timestamp": {
    "id": "01FCNDV6P870EA6S7TK1DSYD5H",
    "name": "Impact started",
    "rank": 1
  }
}

Path Parameters

id
string
required

Unique ID of this incident timestamp

Example:

"01FCNDV6P870EA6S7TK1DSYD5H"

Response

200 - application/json

OK response.

incident_timestamp
object
required
Example:
{
"id": "01FCNDV6P870EA6S7TK1DSYD5H",
"name": "Impact started",
"rank": 1
}