Responses in progress | XM Community
Skip to main content
Solved

Responses in progress

  • November 16, 2025
  • 2 replies
  • 25 views

Forum|alt.badge.img+2

I would like to create an automated daily export that includes responses in progress -- basically the same file that a user can get by manually downloading from the “Responses in Progress” section in the Data & Analysis tab.

 

I’ve been experimenting with the “export-responses” endpoint, but have only been able to capture submitted responses. I’m new to the API though, and am not sure if I’m looking in the wrong place entirely. Can anyone point me in the right direction? 

Best answer by vgayraud

Hi,

Use the Surveys Response Import/Export API. You’ll want to start with the Start Response Export call using this parameter:


exportResponsesInProgress
boolean
Only export responses not yet complete. Note that sortByLastModifiedDate doesn't have any impact when this is set to true.

Default:
false
Example:
false

 

2 replies

vgayraud
QPN Level 6 ●●●●●●
Forum|alt.badge.img+58
  • QPN Level 6 ●●●●●●
  • 552 replies
  • Answer
  • November 17, 2025

Hi,

Use the Surveys Response Import/Export API. You’ll want to start with the Start Response Export call using this parameter:


exportResponsesInProgress
boolean
Only export responses not yet complete. Note that sortByLastModifiedDate doesn't have any impact when this is set to true.

Default:
false
Example:
false

 


Forum|alt.badge.img+2
  • Author
  • Level 2 ●●
  • 8 replies
  • November 17, 2025

Great, thank you