list_envelopes
Fetch DocuSign envelopes using filters like date range and status. Returns envelope details and metadata for efficient tracking.
Instructions
List envelopes with optional filters.
Args: from_date: Start date filter (ISO 8601 format, e.g., "2024-01-01T00:00:00Z"). to_date: End date filter (ISO 8601 format). status: Status filter (e.g., "sent", "delivered", "completed", "declined").
Returns: Dictionary with list of envelopes and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| to_date | No | ||
| from_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||