UBIK Agent will launch soon, join the waitlist to get access!
Français
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>" } ] }
Permet de s’abonner en temps réel aux événements (Server-Sent Events) d’une exécution d’outil.
L'identifiant unique de l'exécution de l'outil. The unique identifier of the tool execution.
Successful Response
Cette page vous a-t-elle été utile ?