API ReferenceFederated mlTaskGet FL TaskCopy MarkdownOpen Get the federated learning task for the current round Server URLloading...GET/fl/taskSendQueryQuery Parametersround_id*stringproplet_id?stringResponse Body200application/jsoncURLJavaScriptGoPythonJavaC#curl -X GET "http://localhost:7070/fl/task?round_id=string"200{ "task": { "round_id": "string", "model_ref": "string", "config": {}, "hyperparams": {} } }Get Round Completion Status GETPrevious PageSubmit FL Update (JSON) POSTNext Page