# Stream progress events Streams progress updates to the client using Server-Sent Events (SSE). The client must provide a 'count' parameter in the request body to indicate the number of events to emit. Each event includes a progress percentage, and the stream completes after emitting the specified number of events. Endpoint: POST /api/v2/dev/stream-test Version: 1.0 Security: BearerAuthentication ## Response 200 fields (*/*): - `timeout` (integer)