ckanaction

task_status_show

Return a task status.

Either the id parameter or the entity_id, task_type and key parameters must be given.

POST
task_status_show
Authorization<token>

CKAN API token

In: header

id?string

the id of the task status

entity_id?string

the entity_id of the task status

task_type?string

the task_type of the task status

key?string

the key of the task status

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