curl --location --request GET 'http://127.0.0.1:5678/api/sd/jobs?finish=true&page=1&page_size=20&publish=false' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHBpcmVkIjoxNzI5MTQ2NzQzLCJ1c2VyX2lkIjo0fQ.Rhk2XHTo-x55Ry2zHfcE2M9XcgdFo1DkTPDhhwg8Bk4'
{
"code": 0,
"data": [
{
"id": 1,
"user_id": -2147483648,
"type": "txt2img",
"task_id": "string",
"prompt": "string",
"img_url": "string",
"params": "string",
"progress": "0",
"publish": -2147483648,
"err_msg": "string",
"power": "0",
"created_at": "2019-08-24T14:15:22Z"
}
],
"message": "string"
}