Skip to main content
GET
/
tasks
List all tasks
import requests

url = "https://{FUSION HOST}/api/tasks"

response = requests.get(url)

print(response.json())
[
  {
    "id": "<string>",
    "type": "<string>"
  }
]

Response

200 - application/json

successful operation

id
string
type
string