---
title: "Get Available Subcontractors"
method: GET
path: "/vendors/subcontractors/available"
tags: ["vendors"]
---

# Get Available Subcontractors

`GET /vendors/subcontractors/available`

Get all companies that can be selected as subcontractors.

Args:
    assigned_only: If True, only return subcontractors currently assigned to vendors.
                  If False (default), return all available options (active vendors + assigned subcontractors).

This includes:
1. All active vendors for the provided company_id (when assigned_only=False)
2. All companies that are already linked as subcontractors to any vendor

## Query parameters

- `assigned_only` boolean

## Response `200`

Successful Response

- VendorListResponse[]
  - `id` string, uuid, required
  - `name` string, required
  - `company_website` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/3ff4c0bd276b/schema)
