List recent generations
list_jobsRetrieve your Midjourney job history: recent jobs, their status, and finished image URLs. Filter by status to track progress or locate completed work.
Instructions
List the account's recent Midjourney jobs, newest first, with their status and the URLs of any finished images.
This is the account's own history, not the public feed. Use explore_feed for other people's work.
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. | |
| status | No | Only return jobs in this state. Filtered here, since the endpoint has no filter. | |
| include_raw | No | Return the untouched API response alongside the parsed jobs. Useful when a field looks wrong and you need to see what actually came back. |