jq or save as JSON. The dashboard Companies page uses the same backend query.
Synopsis
Options
| Flag | Type | Description |
|---|---|---|
--keyword <keyword> | string | Free-text match against company display name and domain. |
--page <n> | integer | Page number (zero-indexed). Defaults to 0. |
--page-size <n> | integer | Page size. Defaults to the server default. |
Examples
1. Browse companies in the terminal
2. Filter by keyword and pipe to jq
--json envelope also carries .pagination.
3. Walk every page in a script
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
company get. Fetch a single company in full detail.company person list. Drill into the people behindpeopleCount.path person list. The workspace-wide people query with--company-idfiltering.- Companies. The dashboard surface this command mirrors.
