---
title: "Retrieve a travel claim's incidents."
method: GET
path: "/insurance/travel/v2/claims/{claim_id}/incidents"
---

# Retrieve a travel claim's incidents.

`GET /insurance/travel/v2/claims/{claim_id}/incidents`

Cf. summary

## Path parameters

- `claim_id` string, required — Claim identifier.

## Headers

- `x-environment` 'test' | 'preprod' | 'prod'
- `x-tenant-id` string

## Response `200`

List of the travel claim's incident.

- object[]
  - `incident_id` string, required — Identifier of the incident.
  - `type` 'BAGGAGE' | 'CANCELLATION' | 'CURTAILMENT' | 'DELAY' | 'GENERAL' | 'MEDICAL' | 'MISSED_TRANSPORTATION' | 'UNCOVERED' | 'VEHICLE', required — Type of the incident.
  - `links` object — HATEOAS links to the related resources.
    - `self` object — HATEOAS (Hypermedia As The Engine Of Application State) links to related resources.
      - `href` string, uri-reference, required — Hypermedia reference.
      - `method` 'GET', required — HTTP method to be used for the hypermedia reference.

## Other responses

- `400` — Bad Request.
- `401` — Unauthorized. The identity of the caller has not been definitely confirmed (invalid issuer, expired token, ...)
- `403` — Forbidden. The identity of the caller is confirmed, however the required access grants are not met (missing scope, unknown client_id, ...)
- `404` — Not found. The server did not find a current representation for the searched resource.
- `default` — Default response format.

---

[API](https://skmtc.net/axa-assistance/apis/untitled-api.md) · [All operations](https://skmtc.net/axa-assistance/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/axa-assistance/untitled-api/revisions/efe32b811f1d/schema)
