get https://api.fountain.com/v2/timestamped_exports/
Downloading a timestamped export
Download a timestamped export
Download an export that you've created specified by id
. Obtain an id
from Create Timestamped Export.
The file_url
will return an HTTP 404 until state
is finished
. You may decide to poll this endpoint until the file is ready.
file_url
will expire 1 week from creation. This is to ensure that your exports are up to date.
NOTE: id vs. template_id
id
refers to the id of this export, whereastemplate_id
refers to the source template. You'll useid
to GET the export that you've created.