---
title: "Get a phone"
method: GET
path: "/phones/{phone_id}"
tags: ["phones"]
---

# Get a phone

`GET /phones/{phone_id}`

Returns a single phone by its identifier.

## Path parameters

- `phone_id` string, required — device identifier

## Response `200`

OK

- PhoneSummary — A phone in the fleet: display identity, status, and current allocation.
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `created_at` string, date-time, required — When the phone record was created.
  - `current_session_id` string, nullable, required — Session currently holding the phone, if allocated.
  - `last_heartbeat` string, date-time, nullable, required — Time of the phone's most recent heartbeat.
  - `last_interaction_timestamp` string, date-time, nullable, required — Time of the most recent interaction on the phone.
  - `location` string, nullable, required — Physical hosting location of the phone.
  - `model_id` string, nullable, required — Hardware model identifier.
  - `model_name` string, nullable, required — Hardware model name.
  - `nickname` string, nullable, required — User-assigned nickname.
  - `owner_organization_id` string, nullable, required — Owning organization, for private phones.
  - `ownership_type` 'shared' | 'private', required — 'shared' for pool phones, 'private' for dedicated rentals.
  - `phone_id` string, required — Phone identifier used by allocate and the phone APIs.
  - `phone_name` string, nullable, required — Display name of the phone.
  - `phone_type` 'android' | 'iphone' | 'unknown', nullable, required — Platform of the phone.
  - `rental_expires_at` string, date-time, nullable, required — When the current rental ends, for rented phones.
  - `status` 'active' | 'inactive' | 'maintenance' | 'suspended', required — Fleet status of the phone.
  - `updated_at` string, date-time, required — When the phone record was last updated.

## Other responses

- `default` — Error

---

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