ActionSignWellUpdated June 2026

How do I list SignWell documents?

Short answer: You can list signwell documents in SignWell by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the SignWell List SignWell Documents action to a workflow, map its 1 input from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.

List SignWell Documents in SignWell — start free
Inputs

The fields this action accepts.

Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.

FieldTypeRequiredDescription
Page
page
stringOptional
Sample request
{
"page": "{{trigger.page}}"
}
Returns
{
"documents": [
{
"id": "doc_abc",
"name": "Contract",
"status": "Sent"
}
]
}

Use these fields in downstream nodes for routing, logging, or error handling.

Triggered by

Apps that pair well as the trigger for List SignWell Documents.

Any of these apps can fire this action as part of a workflow.

FAQ

Questions about List SignWell Documents.

What does the List SignWell Documents action do in SignWell?
Paginated documents with status filter. For "outstanding signatures >7 days" reminder workflows.
What inputs does List SignWell Documents require?
List SignWell Documents has no required inputs. Sensible defaults are applied if you leave fields blank.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if SignWell returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does List SignWell Documents support batch operations?
Yes. Run List SignWell Documents inside a Loop node to process arrays. TinyCommand handles SignWell's rate limits automatically so you don't have to throttle manually.
More actions

Other SignWell actions.

Action
Get SignWell Document
Returns the document with per-signer status, audit trail, and download URLs. The standard lookup for completion-polling workflows.
Action
SignWell Send Document
Sends a document to signers with configured order. For SMB e-signature workflows where SignWell's simpler pricing fits.
List SignWell Documents in SignWell — start free