---
title: "Get a cached arrival for an arrival ID"
method: GET
path: "/customs/transits/movements/arrivals/{arrivalId}"
tags: ["Arrivals"]
---

# Get a cached arrival for an arrival ID

`GET /customs/transits/movements/arrivals/{arrivalId}`

Get a specific arrival notification sent to the customs office of destination within the past 60 days.
Movements older than 60 days and their related messages are archived and cannot be returned by the API. </br></br> **Note:** You can view a transit movement only if your Economic Operators Registration and Identification (EORI) number matches the EORI number that created the transit declaration for that movement.  Your EORI number is part of the bearer token that you use for API authentication.

## Path parameters

- `arrivalId` string, required

## Headers

- `Accept` 'application/vnd.hmrc.3.0+json', required

## Response `200`

A successful get arrival for arrival ID response

- object
  - `_links` object, required
    - `self` object, required
      - `href` string, required
    - `messages` object, required
      - `href` string, required
  - `id` string, required
  - `movementReferenceNumber` string
  - `created` string, required
  - `updated` string
  - `enrollmentEORINumber` string, required
  - `movementEORINumber` string

## Other responses

- `404` — Not Found
- `406` — Not Acceptable

---

[API](https://skmtc.net/hmrc/apis/common-transit-convention-traders.md) · [All operations](https://skmtc.net/hmrc/apis/common-transit-convention-traders/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hmrc/common-transit-convention-traders/revisions/3f42685e9ab3/schema)
