{ "opencollection": "1.0.0", "info": { "name": "Qlik Sense Enterprise Qlik Sense Service About Task API", "version": "2025.11.0" }, "request": { "auth": { "type": "apikey", "key": "X-Qlik-Xrfkey", "value": "{{X-Qlik-Xrfkey}}", "placement": "header" } }, "items": [ { "info": { "name": "Task", "type": "folder" }, "items": [ { "info": { "name": "Qlik Sense Enterprise Start task", "type": "http" }, "http": { "method": "POST", "url": "https://{server}/api/about/v1/task/:id/start", "params": [ { "name": "Xrfkey", "value": "", "type": "query", "description": "Cross-site request forgery prevention key. Must be 16 arbitrary characters matching the X-Qlik-Xrfkey header value." }, { "name": "id", "value": "", "type": "path", "description": "Unique identifier (GUID) of the entity" } ] }, "docs": "Starts the execution of a task by its ID. This is a synchronous operation that waits for the task to be triggered." }, { "info": { "name": "Qlik Sense Enterprise Start task synchronously", "type": "http" }, "http": { "method": "POST", "url": "https://{server}/api/about/v1/task/:id/start/synchronous", "params": [ { "name": "Xrfkey", "value": "", "type": "query", "description": "Cross-site request forgery prevention key. Must be 16 arbitrary characters matching the X-Qlik-Xrfkey header value." }, { "name": "id", "value": "", "type": "path", "description": "Unique identifier (GUID) of the entity" } ] }, "docs": "Starts the execution of a task synchronously, waiting for the task to reach an end state before returning." }, { "info": { "name": "Qlik Sense Enterprise Start multiple tasks", "type": "http" }, "http": { "method": "POST", "url": "https://{server}/api/about/v1/task/start/many", "params": [ { "name": "Xrfkey", "value": "", "type": "query", "description": "Cross-site request forgery prevention key. Must be 16 arbitrary characters matching the X-Qlik-Xrfkey header value." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Starts the execution of multiple tasks by their IDs." }, { "info": { "name": "Qlik Sense Enterprise Stop task", "type": "http" }, "http": { "method": "POST", "url": "https://{server}/api/about/v1/task/:id/stop", "params": [ { "name": "Xrfkey", "value": "", "type": "query", "description": "Cross-site request forgery prevention key. Must be 16 arbitrary characters matching the X-Qlik-Xrfkey header value." }, { "name": "id", "value": "", "type": "path", "description": "Unique identifier (GUID) of the entity" } ] }, "docs": "Stops the execution of a running task." } ] } ], "bundled": true }