---
title: "Get a company"
method: GET
path: "/companies/{companyId}"
tags: ["Company"]
---

# Get a company

`GET /companies/{companyId}`

Get one company by its external `companyId`, the identifier your app sends via the SDK, not the
Gleap `_id`.

## Path parameters

- `companyId` string, required

## Headers

- `project` string, required

## Changes

- **2026-09-24** `1d9061096608` — 4 info
  - added the optional property `allOf[subschema #2]/owner` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/ownerEmail` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/ownerSource` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/ownerUpdatedAt` to the response with the `200` status
- **2026-09-03** `490b7d6391f3` — 3 info
  - added the optional property `allOf[subschema #2]/websiteProfile` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/websiteProfileAt` to the response with the `200` status
  - added the required property `allOf[subschema #2]/tags` to the response with the `200` status
- **2026-07-26** `a37ec8862f96` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/gleap/apis/gleap-server/changes/companies/:companyId/get.md)

---

[API](https://skmtc.dev/gleap/apis/gleap-server.md) · [All operations](https://skmtc.dev/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc.dev/gleap/apis/gleap-server/revisions/0a92e15c9803?raw)
