---
title: "Search contacts for a company"
method: POST
path: "/companies/{company_id}/contacts/search"
tags: ["companies"]
---

# Search contacts for a company

`POST /companies/{company_id}/contacts/search`

Per-company contact search. Append ?live=true to force a live refresh (returns 202 when async).

## Path parameters

- `company_id` string, required

## Query parameters

- `live` 'true' | 'false'

## Request body

- object

## Response `200`

Success (cached)

- object — Response data

## Other responses

- `202` — Accepted (live refresh)
- `401` — Unauthorized
- `402` — Insufficient credits
- `500` — Unexpected error

---

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