action docusign_notification_get_envelopes_envelope_id_notification { label: "Gets envelope notification information." description: "Retrieves the envelope notification, reminders and expirations, information for an existing envelope." provider: docusign method: GET path: "/v2.1/accounts/{accountId}/envelopes/{envelopeId}/notification" encoding: json input: { type: "object" properties: { accountId: { type: "string" } envelopeId: { type: "string" } } required: ["accountId", "envelopeId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }