# List all DWH Workflow session attempts. Endpoint: GET /v1/dwh/{dwh_id}/session_attempts Version: 1.0.0 Security: apiKey ## Path parameters: - `dwh_id` (integer, required) The ID of the DWH Integration. ## Response 200 fields (application/json): - `items` (array) - `items.attempt_id` (integer) - `items.attempt_name` (string) - `items.session_id` (integer) - `items.session_time` (string) - `items.status` (string) - `pagination` (object) - `pagination.page` (integer) The current page number, start from 1. - `pagination.size` (integer) The number of items per page - `pagination.total_pages` (integer) The total number of pages ## 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