cURL
curl --request GET \ --url https://{FUSION HOST}/api/tasks
[ { "id": "<string>", "type": "<string>" } ]
Fetch the list of existing tasks.
successful operation
Was this page helpful?