GET
/
v1
/
envelopes

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.

Query Parameters

status
enum

Filter the list of envelopes by status.

Available options are draft, processing, in_progress, completed, failed, and canceled

topic
string

Filter the list of envelopes by topic.

limit
integer

The maximum number of objects to return in the response, up to 100. The default is 20.

Returns

Returns a 200 OK status code along with a paginated list of envelope objects if successful, or an error otherwise.

Was this page helpful?