Operations
List deliverables
Returns a list of all deliverables for an envelope.
GET
Returns a list of all deliverables for an envelope. Every completed envelope has at least one deliverable, created automatically when the envelope completes. Additional deliverables may exist if created via the Create Deliverable endpoint.
Results are sorted chronologically by creation date, with the earliest deliverable appearing first.
Path Parameters
The unique identifier of the envelope, in UUID format.
Query Parameters
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 deliverable objects if successful, or an error otherwise.