---
title: "Get Company"
method: GET
path: "/api/external/v2/companies/{company_id}"
tags: ["external-v2-companies"]
---

# Get Company

`GET /api/external/v2/companies/{company_id}`

## Path parameters

- `company_id` integer, required

## Query parameters

- `fields` string, nullable — Comma-separated sparse fieldset
- `include` string, nullable — Comma-separated relationship includes

## Response `200`

Successful Response

- CompanyObjectResponse — OpenAPI schema for GET /api/external/v2/companies/<id> (object envelope).
  - `request_id` string, required
  - `timestamp` string, required
  - `data` CompanyResponse, required
    - `id` integer, required
    - `name` string, nullable
    - `website` string, nullable
    - `address` string, nullable
    - `city` string, nullable
    - `state` string, nullable
    - `zip` string, nullable
    - `linkedin_url` string, nullable
    - `is_connected` boolean
    - `org_id` integer, nullable
    - `owner_account_id` integer, nullable
    - `created_at` string, nullable
    - `updated_at` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/lev/apis/lev-api.md) · [All operations](https://skmtc.net/lev/apis/lev-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lev/lev-api/revisions/e1915e1423cf/schema)
