ActionPandaDocUpdated September 2026

How do I check a PandaDoc document's status?

Short answer: You can get pandadoc document status in PandaDoc by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the PandaDoc Get PandaDoc Document Status 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.

Get PandaDoc Document Status in PandaDoc — 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
Document ID
document_id
stringRequiredThe Document ID assigned by Pandadoc. Find via the corresponding list/search operation in this app. Use the exact ID, not a name or label.
Sample request
{
"document_id": "{{trigger.document_id}}"
}
Returns
{
"id": "doc_abc",
"name": "Contract",
"status": "document.completed",
"date_completed": "2026-05-12T00:00:00Z"
}

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

Triggered by

Apps that pair well as the trigger for Get PandaDoc Document Status.

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

FAQ

Questions about Get PandaDoc Document Status.

What does the Get PandaDoc Document Status action do in PandaDoc?
Returns current state plus per-recipient progress. The lookup before downloading the signed PDF or for polling completion workflows.
What inputs does Get PandaDoc Document Status require?
Required: Document ID. Every input accepts a static value or a variable from any upstream node in your workflow.
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 PandaDoc returns an error?
The run history shows the failed step with its input and the error message PandaDoc returned, so you can fix the input and run the workflow again. Automatic retries are built into HTTP steps only, where you can also set your own retry count and delay.
Does Get PandaDoc Document Status support batch operations?
Run Get PandaDoc Document Status inside a loop to process each item in an array. TinyCommand does not throttle calls for you, so for large arrays add a Delay step if you need to stay within PandaDoc's rate limits.
More actions

Other PandaDoc actions.

Get PandaDoc Document Status in PandaDoc — start free