---
title: "Get All Phones"
method: GET
path: "/phones/all"
tags: ["phones"]
---

# Get All Phones

`GET /phones/all`

This endpoint retrieves a list of all phones associated with this account

#### Response

The response is a JSON array of phone objects. Refer to [the phone object here](/api-reference/objects/the-phone-object)

## Response `200`

200 OK

- object[]
  - `created_at` string
  - `first_connected_at` string
  - `is_ready` boolean
  - `label_ids` object
    - `label-bflirzqiodgianfh` boolean
    - `label-rbdshklasmlbfczf` boolean
  - `labels` unknown[]
    - unknown
  - `org_id` string
  - `org_phone` string
  - `phone_id` string
  - `phone_image` string
  - `phone_name` string
  - `qr_code` unknown
  - `updated_at` string
  - `wa_state` string

---

[API](https://skmtc.net/periskope/apis/api-local.md) · [All operations](https://skmtc.net/periskope/apis/api-local/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/periskope/api-local/versions/f2738ced87d8/schema)
