Get Block Stream Url
Tools
Get Block Stream Url
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.
POST
Get Block Stream Url
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Body
application/json
Response
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