---
title: "Get all messages for an excise movement using the movementId"
method: GET
path: "/customs/excise/movements/{movementId}/messages"
tags: ["Movements"]
---

# Get all messages for an excise movement using the movementId

`GET /customs/excise/movements/{movementId}/messages`

Get all messages for a specific excise movement. </br></br>**Note:** The consignor ID or consignee ID must match an excise reference number (ERN) in the bearer token that you use for API authentication. If it does not, a 403 Forbidden error will be thrown.

## Path parameters

- `movementId` string, required

## Query parameters

- `updatedSince` string, date-time
- `traderType` 'consignor' | 'consignee' — The type of trader (consignor or consignee)

## Headers

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

## Response `200`

Successful operation

## Other responses

- `400` — Invalid movement Id, invalid updated since format or not allowed to access this movement
- `401` — Authorisation errors, e.g. consignor or consignee not authorised, authorisation expired, invalid enrolment parameter.
- `403` — Consignor ID or Consignee ID for movement is not in authorisation bearer token
- `404` — Movement with supplied id not found for this ERN

---

[API](https://skmtc.dev/hmrc/apis/excise-movement-control-system-api.md) · [All operations](https://skmtc.dev/hmrc/apis/excise-movement-control-system-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hmrc/excise-movement-control-system-api/revisions/219deb5ade71/schema)
