UBIK Agent will launch soon, join the waitlist to get access!
Python
import requests url = "https://app.ubik-agent.com/api/v1/agent-sessions/{session_id}/checkpoints" headers = {"X-API-KEY": "<api-key>"} response = requests.get(url, headers=headers) print(response.text)
{ "checkpoints": [ { "checkpoint_name": "<string>", "task_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "metadata": {} } ] }
Récupère une liste des points de contrôle pour la session d’agent.
Successful Response
Masquer attributs enfants
The unique name of the checkpoint.
The ID of the task that created this checkpoint.
Creation timestamp.
Metadata associated with the checkpoint.
Cette page vous a-t-elle été utile ?