GET
/
tasks
/
{id}
Get a task
curl --request GET \
  --url https://{FUSION HOST}/api/tasks/{id}
{
  "id": "<string>",
  "type": "<string>"
}

Path Parameters

id
string
required

The task ID.

Response

200 - application/json

successful operation

The response is of type object.