Skip to main content

When paging for a response on an instance ID well a user is working on the form, there is only INITATED and SUBMITTED, Why isn’t there a way to see if they are filling in the form under INPROGRESS. So we can see if the user left mid form.

data: {
    id: '',
    clientUserId: 'guest_user',
    formId: '',
    accountId: '',
    tags: Â],
    status: 'INITIATED',
    instanceMetadata: {
      expirationDateTime: '2026-03-29T08:24:26.078Z',
      createdDateTime: '2025-02-05T16:24:26.078Z',
      createdBy: bObject],
      lastModifiedDateTime: '2025-02-05T16:24:26.078Z',
      lastModifiedBy:     },
    envelopes: r],
    formValues: {
      Language_Difficulty: s],
      Legal_Guardian_Emergency_Contact: Â],
      Primary_Insurance_Coverage: [],
      Secondary_Insurance_Coverage: ],
      Contact_Preference: n]
    }
  }
}

https://support.docusign.com/s/document-item?language=en_US&bundleId=gmi1660583110357&topicId=uwd1725382029336.html&_LANG=enus

See this link says it can be finished later, but I’m unable to see this as an option.


​@Skullsquishe If the webform is used to create an envelope you can make the below request to get more details on the status of the overall envelope. 
https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/get/


So currently, there is no way to see if a user is InProgress in filling in the form with out a generated envelope? 


Reply