BigML has the API /status endpoint that allows you to know the number of active tasks:
https://bigml.io/status?username=alfred;api_key=79138a622755a2383660347f895444b1eb927730
This endpoint will return a JSON in which the property "tasks_in_progress" displays the number of running tasks:
{
"anomaly_count": 87,"balance": 524.2119886,
"cluster_count": 512,
"correlation_count": 0,
"data_balance": 104,
"dataset_count": 10013,
"ensemble_count": 8323,
"logisticregression_count": 4,
"model_balance": 104,
"model_count": 14174,
"prediction_balance": 9685.956,
"projects": {},
"remaining_data": 99.9828503093183,
"remaining_model": 100.05216101969349,
"remaining_prediction": 93.95156186208845,
"statisticaltest_count": 0,
"subscription": {
"is_active": true,
"max_tasks": 16
},
"tasks": 1,
"tasks_in_progress": [
"anomaly/570be17f84622c5ecb0076a9"
]
}
From your Dashboard, the running tasks are visible on the very top widget, displayed in all Dashboard views:
By clicking the top widget you will be shown a list of all your running tasks, which are in the task list view: