get_case_descendants
Retrieve descendant cases and their details recursively from a specified case ID using the 'get_case_descendants' tool on the Pega DX MCP Server, ensuring access-controlled data visibility.
Instructions
Get descendants of a case instance. This API loops through all the child cases recursively descending from the specific one, and returns the assignments and actions for each. If the current user does not have access to a given child case, they can only see limited information, and can not drill down into any child cases.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
caseID | Yes | Full case handle (case ID) to retrieve descendants from. Example: "OSIEO3-DOCSAPP-WORK T-561003". Must be a complete case identifier including spaces and special characters. The case must exist and be accessible to the current user. |