# Get a DWH Integration. Endpoint: GET /v1/dwh/{dwh_id} Version: 1.0.0 Security: apiKey ## Path parameters: - `dwh_id` (integer, required) The ID of the DWH Integration. ## Response 200 fields (application/json): - `schedule_type` (string) Enum: "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 . - `timezone` (string) The timezone of the schedule. For example, or . - `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) - `updated_at` (string) ## Response 400 fields (application/json): - `error` (object) - `error.code` (integer) The HTTP status code - `error.title` (string) The error title - `error.message` (any) The error message - `error.detail` (object) Any extra infomation of the error ## Response 401 fields (application/json): - `error` (object) - `error.code` (integer) The HTTP status code - `error.title` (string) The error title - `error.message` (any) The error message - `error.detail` (object) Any extra infomation of the error ## Response 403 fields (application/json): - `error` (object) - `error.code` (integer) The HTTP status code - `error.title` (string) The error title - `error.message` (any) The error message - `error.detail` (object) Any extra infomation of the error ## Response 404 fields (application/json): - `error` (object) - `error.code` (integer) The HTTP status code - `error.title` (string) The error title - `error.message` (any) The error message - `error.detail` (object) Any extra infomation of the error ## Response 500 fields (application/json): - `error` (object) - `error.code` (integer) The HTTP status code - `error.title` (string) The error title - `error.message` (any) The error message - `error.detail` (object) Any extra infomation of the error