v1

latestOpenAPI 3.1.02026-07-17753796.1 KB
Tasks

Gets task data.

get/api/task

Response

The current task data.

idstring

A unique UUIDv4 for the current task.

titlestring
consolestring
cancellableboolean

If the task can be aborted

autocloseboolean

If it should be possible to close the task automatically.

auditboolean

If a successful task might requires audit (install tool).

status'active' | 'complete' | 'paused' | 'error' | 'aborting' | 'stopped'