---
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`

---

[API](https://skmtc.net/trycourier/apis/courier.md) · [All operations](https://skmtc.net/trycourier/apis/courier/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trycourier/courier/versions/04f69fbf96a5/schema)
