Returns a list of all envelopes in your account.
Returns a list of the envelopes in the current account. The envelopes are sorted by creation date, with the most recently created envelopes appearing first.
The list of envelopes can be filtered by status
.
Filter the list of envelopes by status.
Available options are draft
, processing
, in_progress
, completed
, failed
, and canceled
The maximum number of objects to return in the response, up to 100. The default is 20.
Returns a 200 OK
status code along with a paginated list of envelope objects if successful, or an error otherwise.
Returns a list of all envelopes in your account.
Returns a list of the envelopes in the current account. The envelopes are sorted by creation date, with the most recently created envelopes appearing first.
The list of envelopes can be filtered by status
.
Filter the list of envelopes by status.
Available options are draft
, processing
, in_progress
, completed
, failed
, and canceled
The maximum number of objects to return in the response, up to 100. The default is 20.
Returns a 200 OK
status code along with a paginated list of envelope objects if successful, or an error otherwise.