Get session details
curl --request GET \
--url https://api.docsautomator.co/esign/sessions/{sessionId} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"documentName": "<string>",
"currentSignerIndex": 123,
"originalPdfUrl": "<string>",
"signedPdfUrl": "<string>",
"originalDocumentHash": "<string>",
"signedDocumentHash": "<string>",
"esignFields": [
{
"fieldId": "<string>",
"label": "<string>",
"required": true,
"value": "<string>",
"signedAt": "2023-11-07T05:31:56Z",
"signerIndex": 123
}
],
"signers": [
{
"index": 123,
"email": "<string>",
"name": "<string>",
"role": "<string>",
"invitedAt": "2023-11-07T05:31:56Z",
"openedAt": "2023-11-07T05:31:56Z",
"signedAt": "2023-11-07T05:31:56Z",
"consentGivenAt": "2023-11-07T05:31:56Z",
"signingDurationSeconds": 123
}
],
"reminderEnabled": true,
"reminderDays": 123,
"expiresAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z"
}E-Signatures
Get session details
Returns comprehensive signing session information including signer statuses, e-sign fields with positions, document hashes, and completion timestamps.
GET
/
esign
/
sessions
/
{sessionId}
Get session details
curl --request GET \
--url https://api.docsautomator.co/esign/sessions/{sessionId} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"documentName": "<string>",
"currentSignerIndex": 123,
"originalPdfUrl": "<string>",
"signedPdfUrl": "<string>",
"originalDocumentHash": "<string>",
"signedDocumentHash": "<string>",
"esignFields": [
{
"fieldId": "<string>",
"label": "<string>",
"required": true,
"value": "<string>",
"signedAt": "2023-11-07T05:31:56Z",
"signerIndex": 123
}
],
"signers": [
{
"index": 123,
"email": "<string>",
"name": "<string>",
"role": "<string>",
"invitedAt": "2023-11-07T05:31:56Z",
"openedAt": "2023-11-07T05:31:56Z",
"signedAt": "2023-11-07T05:31:56Z",
"consentGivenAt": "2023-11-07T05:31:56Z",
"signingDurationSeconds": 123
}
],
"reminderEnabled": true,
"reminderDays": 123,
"expiresAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z"
}Authorizations
API key from your workspace settings. Pass as Authorization: Bearer <key> or X-API-Key: <key>. Find it at app.docsautomator.co/settings/workspace/api.
Path Parameters
The signing session ID.
Response
Session details
Available options:
pending, in_progress, completed, declined, cancelled Available options:
sequential, parallel Available options:
email, link Show child attributes
Show child attributes
Show child attributes
Show child attributes
Last modified on May 26, 2026
⌘I