airbox.fyi

Messages

Activity log for inbound email processing

Endpoints

MethodPathDescription
GET/messagesList processed messages (newest first)

Response fields

  • status — received, done, failed, rejected, limited
  • command — the parsed instruction (target, command, and options)
  • result — model output text
  • steps — tool calls (MCP / Notion)
  • usage — token counts when available
  • conversation_id — threading group

Example

curl http://localhost:8000/messages -H "X-API-Key: YOUR_KEY" | jq '.[0].status'