action docusign_envelope_purge_configuration_get_envelope_purge_configuration { label: "Gets the envelope purge configuration for an account." description: "An envelope purge configuration enables account administrators to permanently remove documents and their field data from completed and voided envelopes after a specified retention period (`retentionDays`). This method retrieves the current envelope purge configuration for your account.\n\n**Note:** To use this method, you must be an account administrator." provider: docusign method: GET path: "/v2.1/accounts/{accountId}/settings/envelope_purge_configuration" encoding: json input: { type: "object" properties: { accountId: { type: "string" } } required: ["accountId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }