Overview
Endpoints for accessing the TasQ server
Operations in this group
POSTNotify the TasQ server of externally added tasks —/tasq/notifyGETGet current status of the TasQ system —/tasq/statusPOSTStart the builtin TasQ server —/tasq/startPOSTStop the builtin TasQ server —/tasq/stopGETGet list of currently running tasks —/tasq/tasksGETGet information about a specific task —/tasq/tasks/{ID}DELETEDelete task —/tasq/tasks/{ID}POSTCancel task in tasq —/tasq/tasks/{ID}/cancel