get_case
Retrieve detailed case information, including optional UI metadata, from Pega using a case ID. Ideal for integrating Pega case data into conversational or AI-driven applications via the Pega DX MCP Server.
Instructions
Get detailed information about a Pega case by case ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
caseID | Yes | Full case handle (e.g.,ON6E5R-DIYRECIPE-WORK-RECIPECOLLECTION R-1008) | |
originChannel | No | Origin of this service. E.g. - Web, Mobile etc. | |
pageName | No | If provided, view metadata for specific page name will be returned (only used when viewType is "page") | |
viewType | No | Type of view data to return. "none" returns no UI resources, "page" returns full page UI metadata | none |