v1
latestOpenAPI 3.1.02026-07-22136108233.0 KBtrajectories
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