job_show
Show details for a background job.
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 '{}'Show details for a background job.
CKAN API token
In: header
The ID of the background job.
curl -X POST "http://localhost:5000/api/3/action/job_show" \ -H "Content-Type: application/json" \ -d '{}'curl -X POST "http://localhost:5000/api/3/action/job_show" \
-H "Content-Type: application/json" \
-d '{}'