Importer Embeds
Get imported file url for an embed
Retrieve a URL linking to the imported csv file for an embed. The returned URL is valid for 15 minutes.
get/v1/embeds/{embed_id}/imported-file-url
Path parameters
embed_idinteger required
The id of the embed which contains the file.
Query parameters
row_filter'all' | 'clean' | 'errors'
Which rows should be included
file_format'csv'
Format of exported file.
Response
200
Example response
{
"url": "https://my-bucket.s3.us-west-2.amazonaws.com"
}