---
title: "Get a cached departure for a departure ID"
method: GET
path: "/customs/transits/movements/departures/{departureId}"
tags: ["Departures"]
---

# Get a cached departure for a departure ID

`GET /customs/transits/movements/departures/{departureId}`

Get a specific departure declaration sent to the customs office of departure within the past 60 days.
Movements older than 60 days and their related messages are archived and cannot be returned by the API.
A successful response will include a Movement Reference Number (MRN) only after it has been allocated to a movement. <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

- `departureId` string, required

## Headers

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

## Response `200`

A successful get departure for departure ID response

- object
  - `_links` object, required
    - `self` object, required
      - `href` string, required
    - `messages` object, required
      - `href` string, required
  - `id` string, required
  - `movementReferenceNumber` string
  - `localReferenceNumber` 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)
