---
title: "Contractor list"
method: GET
path: "/contractors"
tags: ["Contractors"]
---

# Contractor list

`GET /contractors`

Returns a list of contractors (companies) with basic data.

## Response `200`

List of contractors

- ContractorSummary[]
  - `id` string, required
  - `name` string, required
  - `status` 'ACTIVE' | 'INACTIVE', required
  - `tax_id_number` string, nullable
  - `contacts` Contact[], required
    - `type` string, nullable
    - `details` string, nullable

## Other responses

- `500` — Data validation error

---

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