List all trajectories for the authenticated organization.
Supports pagination and filtering by workflow and approval status. Only approved trajectories are used during workflow execution. Returns trajectories with their associated workflow data.
Use the include parameter to fetch related resources in the response.
Related resources are returned in the included array following the JSON:API pattern.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Search trajectories by id, name, or description (case-insensitive substring match)
Filter by workflow ID
Filter by approval status (true=approved, false=not approved)
Filter trajectories created at or after this ISO timestamp (UTC)
Filter trajectories created at or before this ISO timestamp (UTC)
Filter trajectories updated at or after this ISO timestamp (UTC)
Filter trajectories updated at or before this ISO timestamp (UTC)
Comma-separated list of related resources to include. Allowed values: workflow. Example: include=workflow
x >= 01 <= x <= 1000