List Drafts
list_draftsList draft documents with pagination. Drafts are saved document configurations that have not been sent for signing yet. Use get_draft to inspect a draft before updating, sending, or deleting it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of drafts per page (1–50, default 10) | |
| offset | No | Number of items to skip for pagination (default 0) | |
| userId | No | List drafts for a specific user within the same account. If omitted, lists the authenticated user's drafts. |