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

# Get Message

`GET /message/{message_id}`

This endpoint retrieves a specific message based on the `message_id` or `queue_id`

## Headers

- `x-phone` string

## Response `200`

200 OK

- object — The response is a message object. Refer to [the message object here](/api-reference/objects/the-message-object)

---

[API](https://skmtc.net/periskope/apis/api-local.md) · [All operations](https://skmtc.net/periskope/apis/api-local/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/periskope/api-local/versions/f2738ced87d8/schema)
