v1

latestOpenAPI 3.1.02026-07-22136108233.0 KB
trajectories

Get Trajectory

Get a specific trajectory by ID.

The trajectory must belong to the authenticated organization.

Use the include parameter to fetch related resources in the response. Related resources are returned in the included array following the JSON:API pattern.

Example: ?include=workflow to include the associated workflow data.

get/v1/trajectories/{trajectory_id}

Path parameters

trajectory_idstring uuid required

Query parameters

includestring nullable

Comma-separated list of related resources to include. Allowed values: workflow. Example: include=workflow

Comma-separated list of related resources to include. Allowed values: workflow. Example: include=workflow

Response

Successful Response

idstring uuid required
workflow_idstring uuid required
run_idstring uuid nullable
user_idstring uuid nullable
organization_idstring nullable
namestring nullable
descriptionstring nullable
is_approvedboolean required
has_been_approvedboolean required
is_generatedboolean required
is_mainboolean required
trajectory_dataobject[] nullable
dimensionsobject required

Display dimensions when trajectory was recorded

original_input_valuesobject nullable

Original input values used when trajectory was created

created_atstring date-time required
updated_atstring date-time required