Exporting Marketo Design Studio | Community
Skip to main content
Diana_Jakubaity
Level 4
September 17, 2019
Question

Exporting Marketo Design Studio

  • September 17, 2019
  • 1 reply
  • 2607 views

Hey, how can we export all "Images and Files" from Marketo? Is there a tool that could help us?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
Level 10
September 17, 2019

There are REST API endpoints to crawl Design Studio files (https://developers.marketo.com/rest-api/assets/files/#browse). Note the API response contains the URL of each file, not its binary content (so your app would need to also GET the asset, this isn't that unexpected b/c otherwise the responses would be massive).

Don't know about any packaged apps for this.