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