---
title: "List Incident Types V1"
method: GET
path: "/v1/incident_types"
tags: ["Incident Types V1"]
---

# List Incident Types V1

`GET /v1/incident_types`

List all incident types for an organisation.

## Response `200`

OK response.

- IncidentTypesV1ListResponseBody
  - `incident_types` IncidentTypeV1[], required
    - `create_in_triage` 'always' | 'optional', required — Whether incidents of this must always, or can optionally, be created in triage
    - `created_at` string, date-time, required — When this resource was created
    - `description` string, required — What is this incident type for?
    - `id` string, required — Unique identifier for this Incident Type
    - `is_default` boolean, required — The default Incident Type is used when no other type is explicitly specified
    - `name` string, required — The name of this Incident Type
    - `private_incidents_only` boolean, required — Should all incidents created with this Incident Type be private?
    - `updated_at` string, date-time, required — When this resource was last updated

---

[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)
