Operations
List envelopes
Returns a paginated list of all envelopes in your account
GET
Returns a paginated list of envelopes in the current account, sorted by creation date with the most recent envelopes first.
Use the status parameter to filter by envelope status and the topic parameter to filter by topic tag.
Query parameters
Filter the list to envelopes with this status. Accepted values: processing, in_progress, completed, failed, and canceled.
The maximum number of objects to return in the response, up to 20. The default is 20.
For certain use cases we can increase the limit. Please contact support.
Returns
Returns a 200 OK status code along with a paginated list of envelope objects on success, or an error otherwise.