---
title: "Get a lightweight list of companies"
method: GET
path: "/companies/slim"
tags: ["Companies"]
---

# Get a lightweight list of companies

`GET /companies/slim`

Returns a paginated list of companies with minimal data. This endpoint is optimized for performance and returns only essential company information. Typically, a blank request is sufficient for most users as no parameters are required.

## Query parameters

- `business_units` integer[]
- `account_statuses` integer[]
- `query` string
- `sort_by` string
- `sort_direction` 'asc' | 'desc'
- `per_page` integer
- `page` integer
- `include` string[]

## Response `200`

Successful operation

- object
  - `data` object[]
    - `id` integer
    - `name` string
    - `slug` string
    - `has_unpaid_subscription` boolean
    - `has_inactive_subscription` boolean
  - `links` object
    - `first` string
    - `last` string
    - `prev` string, nullable
    - `next` string, nullable
  - `meta` object
    - `current_page` integer
    - `from` integer
    - `last_page` integer
    - `path` string
    - `per_page` integer
    - `to` integer
    - `total` integer

---

[API](https://skmtc.dev/800/apis/public-api.md) · [All operations](https://skmtc.dev/800/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/800/public-api/revisions/aab9efc97342/schema)
