Skip to main content
Question

Download ZIP folder API

  • July 10, 2026
  • 1 reply
  • 13 views

Forum|alt.badge.img+1

Hello,

It seems that it’s not possible to bundle downloads in a ZIP file through an API call. Is that correct ?
Currently files can only be downloaded one by one.
I thought i could sort this through API calls but it’s not working.

1 reply

Forum|alt.badge.img+1
  • Planview Falcons
  • July 16, 2026

Hi ​@Amaury 

There isn’t an API function that supports bundling files into a zip; you would need to download the seperate files you want via API and then programmatically zip them into a single file.

Pete