Retrieve hierarchical context for a card including ancestors (parent cards), descendants (child cards), or both. Each card in the response includes a ‘level’ field (0=target card, positive integers=distance from target) and a ‘children’ array (IDs of direct child cards). Use direction=‘ancestors’ to understand what problems/objectives a card supports, direction=‘descendants’ to see solutions/experiments beneath a card, or direction=‘both’ for complete tree context. The hierarchy can be reconstructed using the children arrays and level fields.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier for the card
Direction to traverse the card hierarchy
ancestors, descendants, both Maximum depth for traversal (1-10)
1 <= x <= 10Include the target card in results
Include comments for each card
Include insights for each card
Include card descriptions (details)