---
title: "Get Location"
method: GET
path: "/v1/location/{phone_number}"
tags: ["location"]
---

# Get Location

`GET /v1/location/{phone_number}`

## Path parameters

- `phone_number` string, required

## Response `200`

Successful Response

- LocationResponse
  - `phoneNumber` string, required
  - `latitude` number, nullable
  - `longitude` number, nullable
  - `status` string, required
  - `lastUpdated` integer, required

## Other responses

- `422` — Validation Error

---

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