id
to ensure consistent pagination.
By default, envelopes with a status of draft
are excluded unless the status
parameter is explicitly provided.
This endpoint supports the same filtering behavior as List all envelopes, with the addition of cursor-based pagination. To fetch the next page of results, pass the cursor
value from the previous response. The has_more
property indicates whether additional results are available.
Date parameters must be in ISO 8601 format. Invalid dates are silently ignored.
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 associated with the given
group_id
.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.
Pagination cursor returned from a previous request. Use this to fetch the next page of results.