{% extends "base.html" %} {% block content %}

4. Get an envelope's basic information and status

List the basic information about an envelope, including its overall status. Additional API/SDK methods may be used to get additional information about the envelope, its documents, recipients, etc.

This example demonstrates how to obtain the latest information about an envelope from DocuSign. Often an alternative is to use Connect to enable DocuSign to proactively send your application updates when the status of an envelope changes.

{% if show_doc %}

Documentation about this example.

{% endif %}

API method used: Envelopes::get.

View source file {{ source_file }} on GitHub.

{% if envelope_ok %}

The envelope you created via example 2 will be queried.

{% else %}

Problem: please first create an envelope using example 2.
Thank you.

{% endif %} {% endblock %}