---
title: "Get customer accounts with members."
method: GET
path: "/v1/customers/{id}/accounts"
tags: ["customers"]
---

# Get customer accounts with members.

`GET /v1/customers/{id}/accounts`

Get all accounts for a customer with their members, including billing information.

## Path parameters

- `id` string, required

## Query parameters

- `account_id` string

## Response `200`

OK

- CustomerAccountWithMembersListView — List of accounts with members for a customer.
  - `accounts` CustomerAccountWithMembersView[] — The accounts with members.
    - `id` string, required — The account ID.
    - `name` string, required — The account name.
    - `tier` 'ACCOUNT_TIER_INVALID' | 'ACCOUNT_TIER_BASIC' | 'ACCOUNT_TIER_PRO' | 'ACCOUNT_TIER_ENTERPRISE' | 'ACCOUNT_TIER_TRIAL' | 'UNRECOGNIZED', required
    - `account_status` 'ACCOUNT_STATUS_INVALID' | 'ACCOUNT_STATUS_ONBOARDING' | 'ACCOUNT_STATUS_ENABLED' | 'ACCOUNT_STATUS_DISABLED_BY_ADMIN' | 'ACCOUNT_STATUS_DISABLED_QUOTA_REACHED' | 'UNRECOGNIZED', required
    - `stripe_customer_id` string, nullable — The Stripe customer ID.
    - `active_subscription` string, nullable — The active subscription ID.
    - `created_at` string, required — The account creation timestamp.
    - `members` CustomerAccountMemberView[], required — The account members.
      - `id` string, required — The user profile ID.
      - `email` string, nullable — The user email.
      - `github_user_name` string, nullable — The GitHub username.

## Other responses

- `404` — Customer not found.

## Changes

- **2025-11-05** `63df0e3eb49d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/runloopai/apis/runloop-api/changes/v1/customers/:id/accounts/get.md)

---

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