Retrieves the snapshot of a message stored by ingestion
Auth:Documentation Index
Fetch the complete documentation index at: https://docs.ryzeapi.cloud/llms.txt
Use this file to discover all available pages before exploring further.
TokenAccount or TokenInstance • Rate-limit: Global (100/min) • Idempotent: yes
messageId received in a webhook or in another API endpoint.
?messageId=<message-id> query. Returns the full record (text, media, caption, mimetype, size) persisted by ingestion.
data with type, from, to, chat, timestamp, isGroup, and the send status. For text messages, content carries the body; for media, the media object appears with type, mimeType, size, and duration (audio/video). Use messageId from the envelope to reference this message in subsequent calls (favorite, forward, edit).
| Name | Required | Example | Description |
|---|---|---|---|
token | yes (or Authorization) | a1b2c3d4-... | TokenAccount or TokenInstance. |
| HTTP | error.message | When it happens |
|---|---|---|
| 400 | Message ID is required (use ?messageId=<message-id>) | Missing messageId. |
| 404 | Instance not found | — |
| 404 | Message not found | ID does not exist in the database. |
| 503 | Instance is not connected to WhatsApp | — |
messageId.