Downloads the trajectory for a completed browsing task.
curl --request GET \ --url "https://api.yutori.com/v1/browsing/tasks/00000000-0000-0000-0000-000000000000/trajectory" \ --header "X-API-Key: YOUR_API_KEY"
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
output_type
{ "task_id": "00000000-0000-0000-0000-000000000000", "steps": [ { "step": 1, "image": "<base64-encoded-webp>" }, { "step": 2, "image": "<base64-encoded-webp>" } ] }
trajectory.json
{ "task_id": "00000000-0000-0000-0000-000000000000", "steps": [ { "step": 1, "image_filename": "step_001.webp" }, { "step": 2, "image_filename": "step_002.webp" } ] }
step_001.webp
step_002.webp
Output format: 'json' or 'zip'
json
zip
Successful Response