Skip to main content
GET
/
share
/
api
/
v1
/
{id}
/
changes
Get Trajectory Changes
curl --request GET \
  --url https://agent-platform.production.hcompanyprod.fr/share/api/v1/{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": []
}

Path Parameters

id
string
required

Query Parameters

from_index
integer
default:0

Response

Successful Response

Changes to a trajectory.

status
enum<string>
required

Status of a trajectory execution.

Available options:
pending,
running,
paused,
completed,
timed_out,
failed,
interrupted
started_at
string<date-time> | null
finished_at
string<date-time> | null
error
string | null
live_view_url
string | null
new_events
TrajectoryEvent · object[]
I