List all envelopes
Returns a list of envelopes associated with your organisation.
Envelopes are sorted in descending order by their creation date, with the most recently created appearing first.
By default, envelopes with a status of draft
will not be returned unless the status
parameter is explicitly provided.
Date parameters must be supplied in ISO 8601 format. Dates submitted in an invalid format will be silently ignored.
The response is limited to a maximum of 1,000 results.
Parameters
Exact-match filter based on the envelope’s name
property.
Exact-match filter based on the envelope’s status
.
Valid values include draft
, created
, sent
, completed
, and voided
.
Exact-match filter based on a recipient’s name or email address.
When used, all recipients of the matching envelopes will still be returned in the response.
Return envelopes created before the specified ISO 8601 timestamp.
Return envelopes created after the specified ISO 8601 timestamp.
Return envelopes completed before the specified ISO 8601 timestamp.
Return envelopes completed after the specified ISO 8601 timestamp.