Method for Viewing Background Tasks

To view background tasks, execute a request using the "tasks" API method (determine administrator token before executing the request):

curl -X GET '<IP address or DNS server name>/api/v2/dashboard/tasks/' --header 'Authorization: Bearer <administrator token>'

If background tasks are being executed, the response with task data will be returned. If background tasks are not executed, the empty response will be returned.

See also:

Server API