v1

latestOpenAPI 3.0.3MIT2026-07-26104113247.1 KB
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

status'ok'

"ok" if the request succeeded, "error" otherwise.

Example response

{
  "status": "ok"
}