ckanaction

job_show

Show details for a background job.

POST
job_show
Authorization<token>

CKAN API token

In: header

id?string

The ID of the background job.

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