cURL
curl --request GET \ --url https://agp.hcompany.ai/share/api/v1/trajectories/{id}
{ "id": "<string>", "status": "pending", "objective": "<string>", "viewport_width": 123, "viewport_height": 123, "is_public": true, "start_url": "<string>", "created_at": "2023-11-07T05:31:56Z", "started_at": "2023-11-07T05:31:56Z", "finished_at": "2023-11-07T05:31:56Z", "error": "<string>", "live_view_url": "<string>", "agent": "<string>", "events": [], "metadata": {}, "feedback": { "success": true, "message": "<string>" } }
Get a public trajectory.
Successful Response
Trajectory of web interactions towards an objective.
Status of a trajectory execution.
pending
running
paused
completed
timed_out
failed
interrupted
Show child attributes
User feedback.