---
title: "Busca uma mensagem pelo ID interno"
method: GET
path: "/v1/messages/{internalId}"
tags: ["messages"]
---

# Busca uma mensagem pelo ID interno

`GET /v1/messages/{internalId}`

## Path parameters

- `internalId` string, required

## Response `200`

Mensagem encontrada

- MessageResponse
  - `id` string, nullable
  - `status` 'PENDING' | 'SCHEDULED' | 'PROCESSING' | 'SENT' | 'DELIVERED' | 'READ' | 'FAILED' | 'CANCELED', required
  - `mode` 'LIVE', required
  - `sender` string, required
  - `receiver` string, required
  - `body` string, nullable
  - `cost` number, float, nullable

## Other responses

- `401` — Token ausente ou inválido
- `403` — Sem permissão (plano, escopo, status da conta)
- `404` — Recurso não encontrado

## Changes

- **2026-07-15** `174c89e36a13` — 8 warning, 1 info
  - added the new `CANCELED` enum value to the `status` response property for the response status `200`
  - added the new `DELIVERED` enum value to the `status` response property for the response status `200`
  - added the new `FAILED` enum value to the `status` response property for the response status `200`
  - added the new `PENDING` enum value to the `status` response property for the response status `200`
  - …5 more
- **2026-05-25** `4e426b85f784` — 4 breaking, 9 info
  - the response property `body` became nullable for the status `200`
  - the response property `cost` became nullable for the status `200`
  - the response property `id` became nullable for the status `200`
  - the `cost` response's property format changed from `decimal` to `float` for status `200`
  - …9 more

[Change history](https://skmtc.dev/ararahq/apis/ararahq-api/changes/v1/messages/:internalId/get.md)

---

[API](https://skmtc.dev/ararahq/apis/ararahq-api.md) · [All operations](https://skmtc.dev/ararahq/apis/ararahq-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ararahq/ararahq-api/revisions/174c89e36a13/schema)
