task

List tasks with given status

Returns an array with all tasks in the system with the given status, either 'active', 'deactivated', or 'in_preparation'.

get/task/list/status/{status}

Path parameters

statusstring required

The status on which to filter the results, either 'active', 'deactivated', or 'in_preparation'.

Query parameters

api_keystring

API key to authenticate the user

Response

A list of tasks with the given status

Changes