curl --location --request GET '/api/v1/generate/history?workflow=text-to-image&page_index=&page_size=' \
--header 'token: <api-key>'{
"code": "Success",
"message": "string",
"data": {
"total": 0,
"pageSize": 0,
"pageIndex": 0,
"pageData": [
{
"taskId": "string",
"status": "finished",
"outputs": [
{
"urls": [
"string"
],
"status": "finished",
"queueOrder": 0,
"startTime": 0,
"endTime": 0,
"estimateMs": 0
}
]
}
]
}
}