rs.completed

Request Signature Complete

This event is fired when all the signers in the signature request have signed the document, indicating that the signature request status is complete.

The payload contains details of the signing time and the new signed file ID (the value of the key id) of the completed document. It can also contain user-specific metadata (request_info) if it was sent during RS creation in the first place.

Use this id to download the document using the download documents and audit trail endpoint.

{
    "data": {
        "cc": [],
        "id": 100002311,
        "name": "agreement",
        "next": 37334000,
        "status": "complete",
        "message": "This is a test request.",
        "sources": [
            {
                "id": 71687034,
                "name": "agreement",
                "type": "original"
            },
            {
                "id": 4263523,
                "name": "nda",
                "type": "template"
            }
        ],
        "subject": "",
        "is_ordered": 1,
        "recipients": [
            {
                "email": "[email protected]",
                "status": "finalized",
                "order_id": 1,
                "otp_type": "",
                "last_name": "A",
                "2fa_enable": false,
                "first_name": "Mario",
                "country_code": null,
                "created_time": 1753375734,
                "phone_number": null,
                "recipient_id": 37334000,
                "request_hash": "723f8fab-0de4-4317-9862-c0183e9e6dc9",
                "signed_file_id": "100002311",
                "decline_message": "",
                "recipient_email": "[email protected]",
                "recipient_user_id": 9960172,
                "verification_time": null,
                "last_modified_time": 1753375791,
                "verification_status": "not_verified"
            }
        ],
        "expiry_time": 1784911734,
        "has_markers": 1,
        "is_envelope": "1",
        "is_readonly": 0,
        "owner_email": "[email protected]",
        "public_link": 0,
        "created_time": 1753375734,
        "is_in_person": 0,
        "owner_user_id": 9978630,
        "signed_file_id": "100002311",
        "aadhaar_enabled": 0,
        "owner_last_name": "",
        "owner_first_name": "John",
        "last_modified_time": 1753375791,
        "is_embedded_signing": 1,
        "signer_verification": 0
    },
    "metadata": {
        "client_id": "Io0xp59cvD5LCKZclN7ujgh23JVPUDyTs",
        "event_type": "rs.completed",
        "event_user": "[email protected]",
        "api_version": "v3",
        "event_user_id": 9960172,
        "token": "m7cp23@3r(hg"
    },
    "request_info": {
        "key1": "value1",
        "key2": "value2"
    }
}