airbox.fyi

Messages

Activity log for inbound email processing

Looking to run AI?

This is the read-only activity log (GET /messages). To run AI on content and get a result back, use the routing API (POST /v1/messages).

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 https://api.airbox.fyi/messages -H "X-API-Key: YOUR_KEY" | jq '.[0].status'