PandaDoc

documents_status_get

Retrieve the overall document status (e.g. Draft, Sent, Completed, Expired). Some statuses are set automatically by the system: Sent (when the document is sent), Viewed (when a recipient opens it), Approved/Rejected (via approval workflows). For per-recipient signing progress use documents_details_get.

Remote svitlana-omelia/pandadoc

Remote (network-hosted)

Other tools also called documents_status_get? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "document_id": {
      "type": "string",
      "description": "Document ID"
    }
  }
}