---
title: "List all DWH Integrations for the current user."
method: GET
path: "/v1/dwh/"
---

# List all DWH Integrations for the current user.

`GET /v1/dwh/`

## Response `200`

DWH Integrations

- object
  - `items` DwhIntegration[]
    - `schedule_type` 'none' | 'daily' | 'hourly' | 'weekly' | 'monthly' | 'minutes_interval' | 'cron'
    - `schedule_option` string — The schedule value for the schedule_type. For example, if schedule_type is daily, schedule_option should be a time string like `10:00`.
    - `timezone` string — The timezone of the schedule. For example, `UTC` or `Asia/Tokyo`.
    - `id` integer
    - `name` string — The name of the DWH Integration.
    - `user_id` integer — The ID of the user who created the DWH Integration.
    - `account_id` integer — The TD Account which the DWH Integration belongs to.
    - `workflow_project_id` integer
    - `workflow_project_name` string
    - `dwh_config_id` integer
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `pagination` Pagination
    - `page` integer — The current page number, start from 1.
    - `size` integer — The number of items per page
    - `total_pages` integer — The total number of pages

## Other responses

- `400` — Bad Request
- `401` — Bad Request
- `403` — Unauthorized
- `404` — Not Found
- `500` — Server Error

---

[API](https://skmtc.net/treasure/apis/first-class-data-warehouse-integration-api.md) · [All operations](https://skmtc.net/treasure/apis/first-class-data-warehouse-integration-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasure/first-class-data-warehouse-integration-api/versions/bec422fd225e/schema)
