post https://app.diffgram.com/api/v1/job//task/list
Lists all tasks in a Job
Log in to see full request history
Responses
Lists all tasks in a Job
xxxxxxxxxx
14curl --request POST \
--url 'https://app.diffgram.com/api/v1/job/%7Bjob_id)%7D/task/list' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"limit_count": 25,
"job_id": null,
"page_number": 0,
"status": "all",
"all_my_jobs": false,
"mode_data": "default"
}
'
Try It!
to start a request and see the response here! Or choose an example: