Retrieve a specific signing request by ID
API key for authentication. Use your API key directly without any prefix (e.g., 'your-api-key'). Bearer prefix is optional but not required.
Signing request retrieved successfully
Unique identifier for the signing request
Signing request name
255Signing request description
Pre-signed URL to the PDF document. This is a time-limited signed URL for secure access - see document_url_expires_at for expiration time. Initial URLs are valid for 7 days; refreshed URLs are valid for 1 hour. Request a new signing request retrieval to get a fresh URL if expired.
ISO 8601 timestamp when the document_url will expire. After this time, the URL will return an access denied error. Fetch the signing request again to receive a fresh signed URL.
Number of pages in the document
x >= 1Current status of the signing request
not_sent, in_progress, finished, cancelled, declined, deleted, expired Hours until signing request expires (default: 168 = 7 days)
x >= 1Number of credits consumed when this signing request was sent. Minimum value is 1.
x >= 1Deprecated: Use settings.use_signing_order (boolean) instead. Whether signing order is enforced (0=false, 1=true).
0, 1 Deprecated: Use settings.allow_download (boolean) instead. Whether recipients can download the document (0=false, 1=true).
0, 1 Deprecated: Use settings.allow_editing_before_sending (boolean) instead. Whether editing is allowed before sending (0=false, 1=true).
0, 1 Deprecated: Use settings.hand_drawn_only (boolean) instead. Whether only hand-drawn signatures are allowed (0=false, 1=true).
0, 1 Deprecated: Use settings.attach_pdf_on_finish (boolean) instead. Whether to attach PDF on completion (0=false, 1=true).
0, 1 ID of template used to create this signing request
Signing request creation timestamp
Timestamp when the signing request was sent
Timestamp when all signatures were completed
Timestamp when signing request was cancelled
Timestamp when a signer declined the signing request
Expiration timestamp
Certificate generation status information
Signed URL to download the final signed document (PDF with certificate). Only available when signing request is finished and certificate has been generated. URL expires after 1 hour.
Error indicator if the final document exists but could not be accessed. Value is 'file_not_accessible' when the file path exists but the file is missing or inaccessible, otherwise null.
file_not_accessible, null Signed URL to download the document-only PDF (signed document without certificate/audit trail pages). Only available when the split PDF feature has been applied. URL expires after 1 hour.
Error indicator if the document-only file exists but could not be accessed.
file_not_accessible, null Signed URL to download the certificate-only PDF (audit trail/certificate pages only). Only available when the split PDF feature has been applied. URL expires after 1 hour.
Error indicator if the certificate-only file exists but could not be accessed.
file_not_accessible, null