---
title: "List companies"
method: GET
path: "/companies"
tags: ["Company"]
---

# List companies

`GET /companies`

List a project's companies, most recently seen first. Paginated via `skip` (default 0) and `limit`
(default 50, maximum 200); `search` filters by a case-insensitive substring match on the company name.
Returns a summary of each company (`companyId`, `name`, `plan`, `value`, `domain`, `lastSeenAt`,
`createdAt`); use GET /companies/{companyId} for the full record.

## Headers

- `project` string, required

## Changes

- **2026-09-24** `1d9061096608` — 4 info
  - added the optional property `items/allOf[subschema #2]/owner` to the response with the `200` status
  - added the optional property `items/allOf[subschema #2]/ownerEmail` to the response with the `200` status
  - added the optional property `items/allOf[subschema #2]/ownerSource` to the response with the `200` status
  - added the optional property `items/allOf[subschema #2]/ownerUpdatedAt` to the response with the `200` status
- **2026-09-03** `490b7d6391f3` — 3 info
  - added the optional property `items/allOf[subschema #2]/websiteProfile` to the response with the `200` status
  - added the optional property `items/allOf[subschema #2]/websiteProfileAt` to the response with the `200` status
  - added the required property `items/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/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)
