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.
Documentation Index
Fetch the complete documentation index at: https://docs.cyberdesk.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Comma-separated list of related resources to include. Allowed values: workflow. Example: include=workflow
Response
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