---
title: "List Pricing Locations"
method: GET
path: "/pricing_locations"
tags: ["Pricing Locations"]
---

# List Pricing Locations

`GET /pricing_locations`

Get a list of pricing locations with optional filtering by ISOs, zones,
zone types and a search term.

Args:
    params: Query parameters for filtering pricing locations
    sort_column: Column to sort by.
    sort_order: Sort order - 'asc' or 'desc'.

## Query parameters

- `sort_column` string, nullable
- `sort_order` 'asc' | 'desc'
- `api_key` string, nullable — API key for authentication (query)
- `search` string, nullable — Optional search term to filter locations by name
- `isos` string, nullable — Comma-separated list of market IDs to filter by
- `zones` string, nullable — Comma-separated list of zones to filter by
- `status` string, nullable — Comma-separated list of statuses to filter by
- `location_types` string, nullable — Comma-separated list of location types to filter by
- `has_geo_data` boolean, nullable — Filter by whether locations have geographic data

## Headers

- `x-api-key` string, nullable — API key for authentication (header)

## Response `200`

Successful Response

- FacetedSearchResponse — Response from get_items_and_facets containing items, total count, and facets.
  - `items` object[], required
  - `total_items` integer, required
  - `facets` object, required

## Other responses

- `422` — Validation Error

---

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