---
title: "list of geoRoute location"
method: GET
path: "/misc/geo/locationlist"
tags: ["misc"]
---

# list of geoRoute location

`GET /misc/geo/locationlist`

Retrieves configured geo-routing locations for geographic call routing. Returns location records that define routing rules based on caller geography. Supports pagination and filtering.

## Query parameters

- `limit` integer
- `offset` integer
- `filter` string[]

## Response `200`

Geo-routing location configurations

- GeoRouteListResponse[]
  - `group_id` integer — group id
  - `location_id` integer — id of the geoRoute location
  - `location_name` string — name of the geoRoute location
  - `location_quantity` integer — quantity of the location available within the geoRoute location
  - `location_created` string, date-time — The date and time when the geoRoute location was created
  - `location_modified` string, date-time — The date and time when the geoRoute location was last updated

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