curl --request GET \
--url https://api.example.com/runs/{id}/events \
--header 'Authorization: Bearer <token>'"<string>"Opens a server-sent event (SSE) stream for real-time run updates. Returns 410 if the stream has been closed.
curl --request GET \
--url https://api.example.com/runs/{id}/events \
--header 'Authorization: Bearer <token>'"<string>"JWT bearer token issued by fabro-web. See the Authentication guide for details.
Unique run identifier (ULID).
Server-sent event stream
The response is of type string.