Get the e-signature envelope for a sign-document run

View as Markdown
The sender's view of a `sign-document` run: the envelope (status, document, mode), the signer roster with per-signer status (`pending`/`signed`, email-verified and signed timestamps), and the full audit trail. Requires `space:read` (denied → 404). Returns 404 for a run of any other action. **Never contains signer signing links** — those are bearer capabilities held only by the signers.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

spaceIdstringRequired
runIdstringRequired

Response

The envelope, its signer roster and its audit trail.
envelopeobject
signerslist of objects
Ordered by signing position. Never carries a signing link.
eventslist of objects