Warehouse Imports
Get a specific warehouse import
Retrieves detailed information about a specific warehouse import by ID. Returns the full configuration of the import including table parameters, column mappings, and sync settings.
get/projects/{projectId}/warehouse-sources/imports/{importId}
Path parameters
projectIdinteger required
Your project id (eg: 12345)
importIdinteger required
Your warehouse import id (eg: 12345)
Response
Success
Example response
{
"status": "ok"
}