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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Comma-separated list of related resources to include. Allowed values: workflow. Example: include=workflow
Successful Response
Trajectory response with optional included related resources.
Display dimensions when trajectory was recorded
Original input values used when trajectory was created
Related resources requested via the include query parameter