---
title: "List customers with subscriptions"
method: GET
path: "/billing/customers"
tags: ["billing"]
---

# List customers with subscriptions

`GET /billing/customers`

## Query parameters

- `company_ids` string[]
- `name` string
- `provider_type` 'metronome' | 'orb' | 'schematic' | 'stripe'
- `q` string
- `limit` integer — Page limit (default 100)
- `offset` integer — Page offset (default 0)

## Response `200`

OK

- object
  - `data` BillingCustomerWithSubscriptionsResponseData[], required
    - `company_id` string, nullable
    - `deleted_at` string, date-time, nullable
    - `email` string, required
    - `external_id` string, required
    - `id` string, required
    - `name` string, required
    - `provider_type` 'metronome' | 'orb' | 'schematic' | 'stripe', required
    - `subscriptions` BillingCustomerSubscription[], required
      - `currency` string, required
      - `expired_at` string, date-time, nullable
      - `interval` string, required
      - `metered_usage` boolean, required
      - `per_unit_price` integer, required
      - `total_price` integer, required
    - `updated_at` string, date-time, required
  - `params` object, required — Input parameters
    - `company_ids` string[]
    - `limit` integer — Page limit (default 100)
    - `name` string
    - `offset` integer — Page offset (default 0)
    - `provider_type` 'metronome' | 'orb' | 'schematic' | 'stripe'
    - `q` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Server error

---

[API](https://skmtc.net/schematichq/apis/schematic-api.md) · [All operations](https://skmtc.net/schematichq/apis/schematic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/schematichq/schematic-api/revisions/544bc1ef307f/schema)
