---
title: "Warehouse employees"
method: GET
path: "/warehouse/{warehouse_id}"
tags: ["Warehouse"]
---

# Warehouse employees

`GET /warehouse/{warehouse_id}`

Returns a list of employees assigned to the given warehouse.

## Path parameters

- `warehouse_id` integer, required

## Response `200`

List of warehouse employees

- EmployeeListItem[]
  - `employee_id` integer
  - `employee_name` string
  - `email` string, nullable
  - `phone` string, nullable
  - `hire_date` string, date-time, nullable
  - `roles` string — Roles separated by commas

---

[API](https://skmtc.dev/developer-jutra/apis/wms-api-warehouse-management-system.md) · [All operations](https://skmtc.dev/developer-jutra/apis/wms-api-warehouse-management-system/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/developer-jutra/wms-api-warehouse-management-system/revisions/4f7f9819f9b6/schema)
