---
title: "Returns the list of locations with reference to location id"
method: GET
path: "/misc/geo/locations"
tags: ["misc"]
---

# Returns the list of locations with reference to location id

`GET /misc/geo/locations`

Retrieves detailed location information for a specific geo-routing location by ID. Returns the complete location configuration including geographic boundaries and routing rules.

## Query parameters

- `location_id` integer, required

## Response `200`

Detailed location configuration for geo-routing

- LocationListResponse
  - `location_route_id` integer — Unique identifier representing a specific location-route. Type: integer (int32).
  - `location_id` integer — Unique identifier representing a specific location. Type: integer (int32).
  - `route_location` string — represents location route. Type: string.
  - `route_address` string — route_address. Type: string.
  - `route_city` string — route_city. Type: string.
  - `route_state` string — route_state. Type: string.
  - `route_zip` string — route_zip. Type: string.
  - `route_target` string — route_target. Type: string.
  - `route_claimed_zip` string — route_claimed_zip. Type: string.
  - `route_longitude` string — route_longitude. Type: string.
  - `route_latitude` string — route_latitude. Type: string.
  - `route_created` string — route_created. Type: string.
  - `route_modified` string — route_modified. Type: string.
  - `hunt_type` 'roundrobin' | 'overflow' | 'simultaneous' | 'rollover' — hunting type for overflow ringto numbers. Type: enum (string); Allowed values: roundrobin, overflow, simultaneous, rollover.
  - `overflowNumbers` OverflowNumbers[] — overflowNumbers. Type: array of object (overflowNumbers).
    - `overflowNumber` integer, required — The unique identifier for the overflowNumber. Type: integer (int32).
    - `rings` integer, required — The unique identifier for the rings for overflowNumber. Type: integer (int32).

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/convirza/apis/convirza-apis.md) · [All operations](https://skmtc.net/convirza/apis/convirza-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/convirza/convirza-apis/revisions/ccf9bbe34f5a/schema)
