v1

latestOpenAPI 3.1.02026-07-22136108233.0 KB
runs

Get Run Trajectory

Get the latest trajectory associated with a run.

Returns generated and non-generated trajectories so run details can expose generation state.

Selection is based on newest updated_at for the run. If a duplicated trajectory linked to the run is now the latest row, this endpoint will return that duplicate.

get/v1/runs/{run_id}/trajectory

Path parameters

run_idstring uuid required

Response

Successful Response

namestring nullable
descriptionstring nullable
workflow_idstring uuid required
run_idstring uuid nullable

Optional run that created this trajectory

trajectory_dataobject[] required
dimensionsobject required

Display dimensions when trajectory was recorded

original_input_valuesobject nullable

Original input values used when trajectory was created

is_approvedboolean required
has_been_approvedboolean required
is_generatedboolean required
is_mainboolean required
idstring uuid required
user_idstring uuid nullable
organization_idstring nullable
created_atstring date-time required
updated_atstring date-time required