{
"pageNumber": 0,
"pageSize": 10,
"sort": "id,desc",
"action": "",
"description": "",
"failReason": "",
"id": "",
"ids": [],
"instanceId": "",
"prompt": "",
"promptEn": "",
"state": "",
"status": "",
"statusSet": []
}
curl --location --request POST 'https://api.fanstars.cn/mj/task/query' \
--header 'Authorization;' \
--header 'Accept;' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNumber": 0,
"pageSize": 10,
"sort": "id,desc",
"action": "",
"description": "",
"failReason": "",
"id": "",
"ids": [],
"instanceId": "",
"prompt": "",
"promptEn": "",
"state": "",
"status": "",
"statusSet": []
}'
{
"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
}