This endpoint returns a URL that can be used to stream real-time updatesfor a specific block in a tool run.
The URL contains a token that is valid for a limited time (1 hour).
The client can use the returned URL with an EventSource connection to receive real-time updates for the specified block. This url is safe to use in a frontend application.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
The response body returned when requesting a signed URL for streaming a block's output.
The signed URL that can be used to stream the block's output