---
title: "List all Bulkload sessions of the current DWH Integration."
method: GET
path: "/v1/dwh/{dwh_id}/bulkload_sessions"
---

# List all Bulkload sessions of the current DWH Integration.

`GET /v1/dwh/{dwh_id}/bulkload_sessions`

## Path parameters

- `dwh_id` integer, required

## Response `200`

Bulkload sessions

- BulkloadSession[]
  - `name` string — The Bulkload Session name, which will be used for accessing Connector Bulkload Session
  - `bulkload_session_id` integer — The Bulkload Session ID
  - `target_table` string — The table where data will be imported into
  - `configs_digest` string — The digest of the configs used to create the Bulkload Session

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