{
"after": "",
"limit": 10
}
curl --location --request POST 'https://api.mindshow.vip/v1/job/list' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"after": "",
"limit": 10
}'
{
"code": 0,
"info": "succ",
"request_id": "21al1389334aal4f",
"data": {
"list": [
{
"id": "1dk13k3hgfk",
"title": "标题",
"status": "succeeded",
"progress_percent": 0,
"created_at": "2020-01-01T00:00:00+08:00",
"finished_at": "2020-01-01T00:00:00+08:00",
"ppt_url": "string",
"error": "string"
}
],
"after": "string"
}
}