---
title: "Find Location by filter criteria with pagination"
method: GET
path: "/locations"
tags: ["Locations"]
---

# Find Location by filter criteria with pagination

`GET /locations`

Returns a paginated list of all Location. Supports offset based (page, size) pagination.

## Query parameters

- `page` integer
- `size` integer

## Headers

- `tenant-id` string

## Response `200`

List of Location

- PagedResponse
  - `data` unknown[]
    - unknown
  - `totalCount` integer
  - `identifiersSearched` integer
  - `matchedCount` integer
  - `notFoundCount` integer
  - `unmatchedIdentifiers` string[]

## Other responses

- `400` — Invalid input parameters

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/revisions/3d27e9019c7b/schema)
