{"openapi":"3.1.0","info":{"title":"HF Spaces Public API","description":"Public API for Hugging Face Spaces.","contact":{"name":"Hugging Face","url":"https://huggingface.co"},"license":{"name":""},"version":"1.0.0"},"paths":{"/v1/{owner}/{space}/live-metrics/sse":{"get":{"tags":["Live Metrics"],"summary":"Get live metrics (SSE)","operationId":"get_live_metrics","parameters":[{"name":"owner","in":"path","description":"Space owner","required":true,"schema":{"type":"string"}},{"name":"space","in":"path","description":"Space name","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"SSE stream of live metrics"}}}},"/v1/{owner}/{space}/sse":{"get":{"tags":["SSE"],"summary":"Get space events (SSE)","operationId":"get_space_sse","parameters":[{"name":"owner","in":"path","description":"Space owner","required":true,"schema":{"type":"string"}},{"name":"space","in":"path","description":"Space name","required":true,"schema":{"type":"string"}},{"name":"session_uuid","in":"query","required":false,"schema":{"type":["string","null"]}}],"responses":{"200":{"description":"SSE stream of space events"}}}}},"components":{},"tags":[{"name":"Logs","description":"Build and run log streaming"},{"name":"SSE","description":"Server-sent events for space status"},{"name":"Live Metrics","description":"Real-time metrics streaming"}]}