Poll the live update feed
job_updatesCheck for recent changes to Midjourney jobs by polling the feed. Pass a checkpoint to retrieve only updates since the last check.
Instructions
Poll the feed the web app itself watches while work is in flight. Returns jobs whose state has changed recently.
Pass the checkpoint from a previous response to get only what has changed since. Most callers want wait_for_job instead, which drives this loop for you.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many to return, 1-100. Defaults to 25. | |
| cursor | No | Continue from a previous page. Pass the `cursor` from the last result. | |
| checkpoint | No | Checkpoint token from a previous response. |