GET
/
tasks
List all tasks
curl --request GET \
  --url https://{FUSION HOST}/api/tasks
[
  {
    "id": "<string>",
    "type": "<string>"
  }
]

Response

200 - application/json

successful operation

The response is of type object[].