get_document
Retrieve base64-encoded document content by providing a valid documentID. Ensures user access validation before securely downloading the document from the Pega DX MCP Server.
Instructions
Get contents of a document as base64 encoded string. Downloads document content based on the documentID parameter. The API validates the documentID and checks if the user has access to view the document before returning the base64 encoded content.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
documentID | Yes | Document ID to retrieve content for. This is the unique identifier that identifies the specific document in the Pega system. The document must exist and be accessible to the current user. |