cURL
curl --request GET \ --url https://agp.hcompany.ai/share/api/v1/trajectories/{id}/changes
{ "status": "pending", "started_at": "2023-11-07T05:31:56Z", "finished_at": "2023-11-07T05:31:56Z", "error": "<string>", "live_view_url": "<string>", "new_events": [] }
Get changes for a publiv trajectory, useful for polling.
Successful Response
Changes to a trajectory.
Status of a trajectory execution.
pending
running
paused
completed
timed_out
failed
interrupted
Show child attributes