v1

latestOpenAPI 3.0.3MIT2026-07-26104113247.1 KB
Warehouse Imports

List all warehouse imports

Returns a list of all warehouse imports configured for the project. Each import includes metadata about the import configuration, sync status, and job scheduling information.

get/projects/{projectId}/warehouse-sources/imports

Path parameters

projectIdinteger required

Your project id (eg: 12345)

Response

Success

status'ok'

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

Example response

{
  "status": "ok"
}