Midjourney Paginated Bulk Query Tasks
POST
/api/v1/ai/draw/mj/query-mj-tasks
Pagination is a common data query method that divides the query results into multiple pages, each containing a certain amount of data.
For example, if there are 10,000 pieces of data, it would not be best practice to query and return them all at once. In this case, we can request the server to deliver the data 12 per page and ask for the first page to get the latest data. The server will then return the data for the first page and inform you of the total amount of data.
Request
Query Params
page
number
optional
Example:
1
pageSize
number
optional
Example:
12
Body Params application/x-www-form-urlencoded
model
string
required
midjourney
, used for key permission control.Example:
midjourney