Skip to main content
Pull the full record for one company. The response shape matches what company list returns, so the command is most useful when you already have an ID and want a jq-friendly read.

Synopsis

Arguments

Examples

1. Inspect a company in the terminal

Prints a single-row table with the headline fields: ID, domain, display name, people count. Use --json if you want the exact field names.

2. Read one field with jq

Returns the people count as a raw number. Combine with other commands when you only need a headcount, for example, computing the share of a campaign that lands at a single company.

3. Use inside a guard

The CLI exits non-zero when the company ID is missing, so the guard above branches cleanly. See Exit codes for the full mapping.

Response

peopleCount may be null on companies that have never had a person attributed.

See also