Skip to main content
List Envelopes

Description

Retrieve paginated envelope metadata for emails sent from your verified domains.

Query parameters

number
Results per page. Default: 20. Maximum: 100.
number
Page number. Default: 1.
Search by sender, subject, or envelope ID.
string
Filter envelopes created on or after this date.
string
Filter envelopes created on or before this date.
string
Sort field. Default: created_at.
string
Sort order. Default: desc.

Response

array
Array of email envelope records.
object
Pagination metadata.

Envelope object

string
Unique envelope ID.
string
Email subject.
string
Sender email address.
string | null
Sender name, if provided.
number
Number of recipients included in the email.
string
ISO 8601 timestamp when the envelope was created.

Examples


Need help? Contact support@usesendly.app