---
title: "Trigger run the DWH Integration workflow."
method: PUT
path: "/v1/dwh/{dwh_id}/run_workflow"
---

# Trigger run the DWH Integration workflow.

`PUT /v1/dwh/{dwh_id}/run_workflow`

## Path parameters

- `dwh_id` integer, required

## Response `200`

See the response of `GET /api/attempts` https://docs.digdag.io/api/ for more info

- WorkflowRun
  - `status` string
  - `id` string
  - `index` integer
  - `project` object
    - `id` string
    - `name` string
  - `workflow` object
    - `name` string
    - `id` string
  - `sessionId` string
  - `sessionUuid` string
  - `sessionTime` string, date-time
  - `retryAttemptName` string
  - `done` boolean
  - `success` boolean
  - `cancelRequested` boolean
  - `createdAt` string, date-time
  - `finishedAt` string, date-time

## 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)
