action docusign_audit_events_get_audit_events { label: "Gets the envelope audit events for an envelope." description: "Gets the envelope audit events for the specified envelope." provider: docusign method: GET path: "/v2.1/accounts/{accountId}/envelopes/{envelopeId}/audit_events" encoding: json input: { type: "object" properties: { accountId: { type: "string" } envelopeId: { type: "string" } locale: { type: "string" } } required: ["accountId", "envelopeId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }