ckanaction

job_list

List enqueued background jobs.

POST
job_list
Authorization<token>

CKAN API token

In: header

queues?array<string>

Queues to list jobs from. If not given then the jobs from all queues are listed.

curl -X POST "http://localhost:5000/api/3/action/job_list" \  -H "Content-Type: application/json" \  -d '{}'