---
title: "List all phone lines of the organization"
method: GET
path: "/phonelines"
tags: ["Phone Lines"]
---

# List all phone lines of the organization

`GET /phonelines`

This returns a list of all phone lines of the organization.

## Response `200`

Expected response to a valid request

- object
  - `phonelines` Phoneline[], required
    - `id` string, required — Spruce's phone line ID
    - `name` string, required — The name of the phone line
  - `totalCount` integer, required

## Other responses

- `500` — unexpected error

---

[API](https://skmtc.net/sprucehealth/apis/spruce-health-api.md) · [All operations](https://skmtc.net/sprucehealth/apis/spruce-health-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sprucehealth/spruce-health-api/revisions/988e298cd9fd/schema)
