BenchmarkRunUpdated event schema (documentation only)

⚠️ DO NOT CALL — documentation only. Shows the shape of 'BenchmarkRunUpdated' event delivered via /hubs/notifications.

GET
/api/hubs/notifications/BenchmarkRunUpdated
AuthorizationBearer <token>

JWT Authorization header using Bearer scheme

In: header

Response Body

application/json

curl -X GET "https://api.speaknode.com/api/hubs/notifications/BenchmarkRunUpdated"
{
  "benchmark_run_id": "7bd0d9ab-9782-4030-ae33-fe3a0546446c",
  "benchmark_id": "f1254acf-0c77-40a6-91d2-a34bd4970fd9",
  "model_type_code": "string",
  "status": 0,
  "recorded_at": "2019-08-24T14:15:22Z"
}