/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
200

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

application/json
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
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.

delete
Path parameters
taskIdnumber · int64Required

The ID of the task.

Responses
200

The task was successfully deleted.

application/json
get
Path parameters
taskIdnumber · int64Required

The ID of the task.

Responses
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
200

Retrieve a list of available task modules.

application/json
200

Retrieve a list of available task modules.

post
Bodyobject[]
Responses
200

Retrieve a list of tasks

No content

200

Retrieve a list of tasks

No content

get
Responses
200

Retrieve a list of tasks

application/json
200

Retrieve a list of tasks

Last updated