/api/task

get
Path parameters
taskIdnumber · int64Required

The ID of the task.

Query parameters
offsetnumber · int64Optional

Request the given offset of the log.

limitnumber · int64Optional

Request using the given limit.

Responses
chevron-right
200

Task runners can write log entries. This endpoint can be used to retrieve them.

application/json
idxnumber · intOptional

Index of the log entry, starts at 0.

levelstring · enumOptional

Severity of the log entry.

Possible values:
msgstringOptional

Message of the log entry.

status_percentnumber · int64Optional

The current status in percent, can be null. If set (per task module), the task runner updates the status_percent of the task to the latest data.

timestampstring · datetimeOptional

UTC time of the entry.

200

Task runners can write log entries. This endpoint can be used to retrieve them.

post
Path parameters
taskIdnumber · int64Required

The ID of the task.

Responses
chevron-right
200

The task was updated to be canceled. The task runner will cancel the task as soon as possible. The task will be in status canceled.

application/json
acknowledgedstring · enumOptionalPossible values:
200

The task was updated to be canceled. The task runner will cancel the task as soon as possible. The task will be in status canceled.

delete
Path parameters
taskIdnumber · int64Required

The ID of the task.

Responses
chevron-right
200

The task was successfully deleted.

application/json
acknowledgedstring · enumOptionalPossible values:
get
Path parameters
taskIdnumber · int64Required

The ID of the task.

Responses
chevron-right
200

The task was updated to be canceled. The task runner will cancel the task as soon as possible. The task will be in status canceled.

application/json
200

The task was updated to be canceled. The task runner will cancel the task as soon as possible. The task will be in status canceled.

get
Responses
chevron-right
200

Retrieve a list of available task modules.

application/json
200

Retrieve a list of available task modules.

post
Bodyobject[]
Responses
chevron-right
200

Retrieve a list of tasks

No content

200

Retrieve a list of tasks

No content

get
Responses
chevron-right
200

Retrieve a list of tasks

application/json
200

Retrieve a list of tasks

Last updated