---
title: "List people for a company"
method: GET
path: "/v1/companies/{id}/people"
tags: ["People"]
---

# List people for a company

`GET /v1/companies/{id}/people`

Returns people linked to a company.

## Path parameters

- `id` string, required

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

People linked to the company.

- object
  - `data` Person[]
    - `id` string
    - `firstName` string
    - `lastName` string
    - `email` string
    - `currentTitle` string — May be enriched.
    - `currentCompanyName` string — May be enriched.
    - `company` string — The linked company's id.
    - `linkedinUrl` string — May be enriched.
    - `phoneNumber` string
    - `location` Location
      - `city` string
      - `state` string
      - `country` string
    - `externalId` string
    - `externalReference` ExternalReference — A structured reference to a record in an external source system.
      - `source` string — The external system, e.g. a CRM provider.
      - `id` string — The record id in the external system.
    - `enrichment` EnrichmentProvenance — Maps an enriched field name to the list of values Metal discovered for it. The resolved (top-ranked or pinned) value is reflected on the field itself; this object exposes the alternatives and their citations.
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `401` — Missing or invalid API key credentials.
- `404` — The resource does not exist in your organization.

---

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