API
Download Import CSV
GET
/
import
/
{id}
/
download
Authorization
Path
curl --request GET \
--url https://api.tableflow.com/v1/import/{id}/download
This response does not have an example.
Path Parameters
id
string
requiredImport ID
Response
200 - text/csv
The response is of type file
.
curl --request GET \
--url https://api.tableflow.com/v1/import/{id}/download
This response does not have an example.