Using TypeScript? Check out our GraphQL SDK for a fully typed client.
- Get companies (To fetch more than one company at a time)
- Get company by ID
- Search for companies
company:read
Get companies
You can get all companies you’ve interacted with in your workspace using thecompanies query. This endpoint supports Pagination.
Query
Variables
Get company by ID
If you already have the ID of a company you can fetch it directly using thecompany query.
Query
Variables
Search for companies
ThesearchCompanies query performs a case-insensitive partial match across a company’s name and domain. The search term must be at least 2 characters long.
Query
Variables

