Mailionaire
Pax8-first setup + MCP reference
Recipe
Poll one job until you can explain the outcome
The V0.1 progress model is deliberately narrow: job_status gives lifecycle state, job_logs gives customer-visible detail.
Steps
Follow this sequence
1Start with job_status for state changes such as queued, running, prepared, completed, failed, or blocked.
2Use job_logs for the last 20-50 events when you need a human-readable explanation.
3Stop polling when status is terminal or when the latest log event already tells you the next manual action.
Outcome
What good looks like
You can narrate the job without reading support-only execution logs.