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

---

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