UBIK Agent will launch soon, join the waitlist to get access!
English
Python
import requests url = "https://app.ubik-agent.com/api/v1/tool-executions/{execution_id}/stream" headers = {"X-API-KEY": "<api-key>"} response = requests.get(url, headers=headers) print(response.text)
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Streams Server-Sent Events (SSE) for a tool execution.
The unique identifier of the tool execution.
Successful Response
Was this page helpful?