> For the complete documentation index, see [llms.txt](https://docs.codemash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codemash.io/cloud/push/campaigns/log.md).

# Message log

**Where:** Push → Campaigns → campaign → message · `/projects/<project>/push/campaigns/<id>/view/<messageId>/message`

Opening a message from a campaign batch leads here. The screen is meant to show one push message in full: its bound content, sender and receiver tokens, and its delivery state.

{% hint style="danger" %}
This screen is **not implemented yet** — it renders only a placeholder ("MessageViewPage"). The full message view exists in the code but is commented out. Tracked in testing-plan area **15-push**. Until it lands, read a message through the API instead.
{% endhint %}

## API reference

Endpoints: [Get Push Campaign Message](/api-reference/notifications/push/get-push-campaign-message.md), [Get Push Campaign Messages](/api-reference/notifications/push/get-push-campaign-messages.md), [Get Push Campaign Batch Notification](/api-reference/notifications/push/get-push-campaign-batch-notification.md).
