propeller logo
API ReferenceFederated mlTask

Get FL Task

Get the federated learning task for the current round

GET
/fl/task

Query Parameters

round_id*string
proplet_id?string

Response Body

application/json

curl -X GET "https://example.com/fl/task?round_id=string"
{  "task": {    "round_id": "string",    "model_ref": "string",    "config": {},    "hyperparams": {}  }}