TestRunUpdated event schema (documentation only)

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

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

JWT Authorization header using Bearer scheme

In: header

Response Body

application/json

curl -X GET "https://api.speaknode.com/api/hubs/notifications/TestRunUpdated"
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "agent_id": "2b1e3b65-2c04-4fa2-a2d7-467901e98978",
  "created_by_id": "9377d689-01fb-4abf-8450-3368d2c1924f",
  "created_by_email": "string",
  "created_at": "2019-08-24T14:15:22Z",
  "total_sessions": 0,
  "success_sessions": 0,
  "failed_sessions": 0,
  "processing_sessions": 0
}