Authorization: Bearer ********************
{
"pageNumber": 0,
"pageSize": 10,
"sort": "id,desc",
"action": "IMAGINE",
"description": "string",
"ids": [
"string"
],
"instanceId": "string",
"prompt": "string",
"promptEn": "string",
"state": "string",
"status": "NOT_START",
"statusSet": [
"NOT_START"
]
}
curl --location --request POST 'https://api.mjdjourney.cn/mj/task/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNumber": 0,
"pageSize": 10,
"sort": "id,desc",
"action": "IMAGINE",
"description": "string",
"ids": [
"string"
],
"instanceId": "string",
"prompt": "string",
"promptEn": "string",
"state": "string",
"status": "NOT_START",
"statusSet": [
"NOT_START"
]
}'
{
"content": [
{
"action": "IMAGINE",
"buttons": [
{
"customId": "string",
"emoji": "string",
"label": "string",
"style": 0,
"type": 0
}
],
"description": "string",
"failReason": "string",
"finishTime": 0,
"id": "string",
"imageUrl": "string",
"progress": "string",
"prompt": "string",
"promptEn": "string",
"properties": {},
"startTime": 0,
"state": "string",
"status": "NOT_START",
"submitTime": 0
}
],
"empty": true,
"first": true,
"last": true,
"number": 0,
"numberOfElements": 0,
"pageable": {
"offset": 0,
"pageNumber": 0,
"pageSize": 0,
"paged": true,
"sort": {
"empty": true,
"sorted": true,
"unsorted": true
},
"unpaged": true
},
"size": 0,
"sort": {
"empty": true,
"sorted": true,
"unsorted": true
},
"totalElements": 0,
"totalPages": 0
}