Messages
Activity log for inbound email processing
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /messages | List processed messages (newest first) |
Response fields
status— received, done, failed, rejected, limitedcommand— the parsed instruction (target, command, and options)result— model output textsteps— tool calls (MCP / Notion)usage— token counts when availableconversation_id— threading group
Example
curl http://localhost:8000/messages -H "X-API-Key: YOUR_KEY" | jq '.[0].status'
