ckanaction

job_show

Show details for a background job.

POST
job_show

Authorization

apiTokenHeader
Authorization<token>

CKAN API token

In: header

Request Body

application/json

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 '{}'