action docusign_lock_get_envelope_lock { label: "Gets envelope lock information." description: "Retrieves general information about an envelope lock.\n\nThe user requesting the information must be the same user\nwho locked the envelope.\n\nYou can use this method to recover the lock information,\nincluding the `lockToken`,\nfor a locked envelope.\nThe `X-DocuSign-Edit` header is included in the response.\n\nSee [EnvelopeLocks: create](/docs/esign-rest-api/reference/envelopes/envelopelocks/create/)\nfor a description of the `X-DocuSign-Edit` header.\n\n### Related topics\n\n- [Common API Tasks: Locking and unlocking envelopes](https://www.docusign.com/blog/dsdev-common-api-tasks-locking-and-unlocking-envelopes)\n\n" provider: docusign method: GET path: "/v2.1/accounts/{accountId}/envelopes/{envelopeId}/lock" encoding: json input: { type: "object" properties: { accountId: { type: "string" } envelopeId: { type: "string" } } required: ["accountId", "envelopeId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }