Skip to main content
Page through every company in the active workspace. Filter by keyword to narrow the result, then pipe to jq or save as JSON. The dashboard Companies page uses the same backend query.

Synopsis

Options

Examples

1. Browse companies in the terminal

Prints the first 20 companies as a table: ID, domain, display name, and the people count attributed to the company.

2. Filter by keyword and pipe to jq

Returns the matching companies stripped to three fields. The --json envelope also carries .pagination.

3. Walk every page in a script

Loops until a page returns no rows. See Scripting with jq for richer pagination patterns.

Response

pagination appears only in --json. peopleCount may be null on companies that have never had a person attributed. Treat it as 0 when computing totals.

See also