v1

latestOpenAPI 3.1.0proprietary2026-07-24156175241.3 KB
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

urlstring required

Example response

{
  "url": "https://my-bucket.s3.us-west-2.amazonaws.com"
}