{ "opencollection": "1.0.0", "info": { "name": "ClearML REST Auth Events API", "version": "2.30" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "Add an event", "type": "http" }, "http": { "method": "POST", "url": "https://api.clear.ml/events.add", "body": { "type": "json", "data": "{}" } }, "docs": "Add an event" }, { "info": { "name": "Add a batch of events", "type": "http" }, "http": { "method": "POST", "url": "https://api.clear.ml/events.add_batch", "body": { "type": "json", "data": "{}" } }, "docs": "Add a batch of events" }, { "info": { "name": "Get metrics for a task", "type": "http" }, "http": { "method": "POST", "url": "https://api.clear.ml/events.get_task_metrics", "body": { "type": "json", "data": "{}" } }, "docs": "Get metrics for a task" }, { "info": { "name": "Get scalar metric data for a task", "type": "http" }, "http": { "method": "POST", "url": "https://api.clear.ml/events.get_scalar_metric_data", "body": { "type": "json", "data": "{}" } }, "docs": "Get scalar metric data for a task" } ] } ], "bundled": true }