---
title: "Get a phone line of the organization by id"
method: GET
path: "/phonelines/{phonelineId}"
tags: ["Phone Lines"]
---

# Get a phone line of the organization by id

`GET /phonelines/{phonelineId}`

This operation retrieves a specific phone line by id.

## Path parameters

- `phonelineId` string, required

## Response `200`

Expected response to a valid request

- Phoneline — phone line
  - `id` string, required — Spruce's phone line ID
  - `name` string, required — The name of the phone line

## 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)
