---
title: "List Companies"
method: GET
path: "/v1/companies"
tags: ["companies"]
---

# List Companies

`GET /v1/companies`

List companies or sub companies. Can filter based on parent company sid, active status, name, and/or company code.

## Query parameters

- `page_size` integer
- `page_token` string
- `sort` string
- `filter` string
- `active` boolean
- `parent_company_sid` string

## Response `default`

default response

- StreemApiListCompaniesResponse
  - `companies` StreemApiCompany[]
    - `sid` string
    - `code` string
    - `name` string
    - `active` boolean
    - `parent_company_sid` string
    - `sub_company_limit` integer
    - `created_at` string, date-time
    - `active_status_modified_at` string, date-time
    - `call_sources` StreemApiCallSource[]
      - `sid` string
      - `company_id` string
      - `code` string
      - `name` string
      - `is_default` boolean
      - `logo_url` string
      - `max_diagnoses` integer
      - `custom_theme` StreemApiCustomTheme
        - `primary_color` string
  - `next_page_token` string
  - `total_size` integer

---

[API](https://skmtc.net/streem/apis/streem-api.md) · [All operations](https://skmtc.net/streem/apis/streem-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/streem/streem-api/versions/04250faebd19/schema)
