get_document
Retrieve base64 encoded document content by specifying a documentID. The tool validates access and document existence before returning the content, ensuring secure and authorized document retrieval.
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. |