get http://flamenco:9999/tasks
Gets list of all tasks on the server
This entry point is not used a lot, since we aggregate this data to the job that owns the tasks.
Response
Gets list of all tasks on the server
This entry point is not used a lot, since we aggregate this data to the job that owns the tasks.
xxxxxxxxxx
curl --request GET \
--url http://flamenco:9999/tasks \
--header 'accept: application/json'