curl --request GET \
--url https://{FUSION HOST}/api/tasks/{id}
{
"id": "<string>",
"type": "<string>"
}
Get the specified task.
curl --request GET \
--url https://{FUSION HOST}/api/tasks/{id}
{
"id": "<string>",
"type": "<string>"
}
The task ID.
successful operation
The response is of type object
.
Was this page helpful?