---
title: "Get Company"
method: GET
path: "/internal/config/companies/{uid}"
tags: ["internal", "internal-config"]
---

# Get Company

`GET /internal/config/companies/{uid}`

## Path parameters

- `uid` string, uuid, required

## Query parameters

- `namespace` string, uuid, required

## Response `200`

Successful Response

- CompanyResourceResponse — GET/list response for a Company resource (includes annotations).
  - `api_version` 'config.kobalt/v1'
  - `kind` 'Company'
  - `metadata` ResourceMetadataWithAnnotations, required — Response-only metadata that also carries server-derived annotations.
    - `name` string, required
    - `namespace` string, uuid, required
    - `uid` string, uuid, nullable
    - `annotations` object
  - `spec` CompanySpec, required
    - `company_website` string, required
    - `entity_type` 'vendor' | 'partner' | 'merchant' | 'bank' | 'fintech_prospect' | 'loan_review' | 'self'
    - `assignees` string[]
    - `custom_field_values` CustomFieldValueSpec[]
      - `name` string, required
      - `value` unknown

## 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/425d5b8a3c17/schema)
