---
title: "List all warehouse imports"
method: GET
path: "/projects/{projectId}/warehouse-sources/imports"
tags: ["Warehouse Imports"]
---

# List all warehouse imports

`GET /projects/{projectId}/warehouse-sources/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.

## Path parameters

- `projectId` integer, required

## Response `200`

Success

- object
  - `status` 'ok' — "ok" if the request succeeded, "error" otherwise.
  - `results` WarehouseImport[]
    - `id` integer
    - `import_type` 'event_sync' | 'event_stream' | 'people' | 'groups' | 'lookup_table'
    - `sync_mode` 'time_based' | 'mirror_mode' | 'full_sync' | 'one_time'
    - `created` string, date-time
    - `creator_id` integer
    - `creator_name` string
    - `creator_email` string
    - `warehouse_source_id` integer
    - `table_params` TableParams — Table location parameters (structure depends on warehouse type)
    - `paused` boolean
    - `run_every` 0 | 3600000000000 | 86400000000000 | 604800000000000 — Sync frequency in nanoseconds. Only these values are accepted: - `0` - API-triggered only (use the manual-sync endpoint to trigger) - `3600000000000` - Hourly - `86400000000000` - Daily - `604800000000000` - Weekly
    - `last_dispatch` integer, nullable
    - `is_deleted` boolean

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/mixpanel/apis/query-api.md) · [All operations](https://skmtc.net/mixpanel/apis/query-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixpanel/query-api/revisions/f442da95252a/schema)
