---
title: "List all DWH Workflow session attempts."
method: GET
path: "/v1/dwh/{dwh_id}/session_attempts"
---

# List all DWH Workflow session attempts.

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

## Path parameters

- `dwh_id` integer, required

## Response `200`

Session Attempts

- object
  - `items` SessionAttempt[]
    - `attempt_id` integer
    - `attempt_name` string
    - `session_id` integer
    - `session_time` string
    - `status` string
  - `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)
