Authorization: Bearer ********************
{
"pageNumber": 0,
"pageSize": 10,
"sort": "id,desc",
"action": "IMAGINE",
"description": "string",
"failReason": "string",
"id": "string",
"ids": [
"string"
],
"instanceId": "string",
"prompt": "string",
"promptEn": "string",
"state": "string",
"status": "NOT_START",
"statusSet": [
"NOT_START"
]
}
curl --location -g --request POST '/mj/task/query' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNumber": 0,
"pageSize": 10,
"sort": "id,desc",
"action": "IMAGINE",
"description": "string",
"failReason": "string",
"id": "string",
"ids": [
"string"
],
"instanceId": "string",
"prompt": "string",
"promptEn": "string",
"state": "string",
"status": "NOT_START",
"statusSet": [
"NOT_START"
]
}'