---
title: "Get message history"
method: GET
path: "/messages/{message_id}/history"
tags: ["Messages"]
---

# Get message history

`GET /messages/{message_id}/history`

Returns the ordered event history for a sent message, one entry per status transition with its timestamp.

## Path parameters

- `message_id` string, required

## Query parameters

- `type` string, nullable

## Response `200`

- MessageHistoryResponse
  - `results` object[], required

## Other responses

- `400`
- `404`

## Changes

- **2026-07-29** `f76bed79a913` — 2 info
  - api tag `Messages` added
  - api tag `Sent Messages` removed
- **2025-10-15** `e67d02739533` — 2 info
  - api tag `Sent Messages` added
  - api tag `Messages` removed

[Change history](https://skmtc.dev/trycourier/apis/courier/changes/messages/:message_id/history/get.md)

---

[API](https://skmtc.dev/trycourier/apis/courier.md) · [All operations](https://skmtc.dev/trycourier/apis/courier/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trycourier/courier/revisions/cb8586034158/schema)
