When to use
- Drilling into a single company after
list_companiesreturns its ID. - “Tell me about company 1041.”
- “What’s the domain on company 1039?”
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | The numeric ID of the company. |
Example response
Caveats
- Returns 404 (
[not_found]) if no company with that ID exists in the current Space. - For per-contact data within a company, use
list_contactsor pivot throughquery_ad_metricswithquery_mode: "company".