View Message in Conversation
documentedGet a specific message within a conversation.
GET /conversations/{conversationId}/messages/{messageId}Conversationsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
Note: The exact nested endpoint GET /conversations/{conversationId}/messages/{messageId} isn’t documented in MessageBird’s official REST API docs as of February 18, 2026. The documented options are:
- GET /v1/conversations/{id}/messages (list messages in a conversation) ([developers.messagebird.com](https://developers.messagebird.com/api/conversations/?utm_source=openai))
- GET /v1/messages/{id} (retrieve a single message by ID) ([developers.messagebird.com](https://developers.messagebird.com/api/conversations/?utm_source=openai))
For reference, the base REST API base is https://rest.messagebird.com/ (generic docs) ([developers.messagebird.com](https://developers.messagebird.com/api/?utm_source=openai))
Proposed alternative (retrieve a single message by its ID):