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 is the number of people currently attributed to the company, and 0 when none are.

See also